summaryrefslogtreecommitdiffstats
path: root/sys/dev/ste/if_ste.c
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2009-12-23 18:53:11 +0000
committerluigi <luigi@FreeBSD.org>2009-12-23 18:53:11 +0000
commit4c57fc7f522bc9b085e2b76619a91384d454a216 (patch)
tree5f2363c0828feacae55edbb616bc585bd1c64ab4 /sys/dev/ste/if_ste.c
parentd6fc8a2d7169f4fa1c7b0038956bf4eb2beeb452 (diff)
downloadFreeBSD-src-4c57fc7f522bc9b085e2b76619a91384d454a216.zip
FreeBSD-src-4c57fc7f522bc9b085e2b76619a91384d454a216.tar.gz
mostly style changes, such as removal of trailing whitespace,
reformatting to avoid unnecessary line breaks, small block restructuring to avoid unnecessary nesting, replace macros with function calls, etc. As a side effect of code restructuring, this commit fixes one bug: previously, if a realloc() failed, memory was leaked. Now, the realloc is not there anymore, as we first count how much memory we need and then do a single malloc.
Diffstat (limited to 'sys/dev/ste/if_ste.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud