Date: Sun, 1 Jun 2003 12:26:34 -0700 (PDT) From: Maxime Henrion <mux@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_dc.c Message-ID: <200306011926.h51JQYUM058397@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mux 2003/06/01 12:26:34 PDT
FreeBSD src repository
Modified files:
sys/pci if_dc.c
Log:
- Style(9) fixes, most notably :
o Remove register keyword
o ANSIfy prototypes
o Remove "return;" at the end of void functions
o Remove trailing spaces
o Don't align local variables with tabs and reorder them
o Don't use /* FOO */ at the end of a #ifdef FOO block if
it's a small block
- Other non-functional changes :
o 6 -> ETHER_ADDR_LEN
o Don't initialize if_output; ether_ifattach() does it for us
Revision Changes Path
1.109 +371 -541 src/sys/pci/if_dc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306011926.h51JQYUM058397>
