diff options
author | luigi <luigi@FreeBSD.org> | 2009-12-23 18:53:11 +0000 |
---|---|---|
committer | luigi <luigi@FreeBSD.org> | 2009-12-23 18:53:11 +0000 |
commit | 4c57fc7f522bc9b085e2b76619a91384d454a216 (patch) | |
tree | 5f2363c0828feacae55edbb616bc585bd1c64ab4 /sys/dev/ste/if_ste.c | |
parent | d6fc8a2d7169f4fa1c7b0038956bf4eb2beeb452 (diff) | |
download | FreeBSD-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