cvs commit: src/sys/pci if_dc.c
Maxime Henrion
mux at FreeBSD.org
Sun Jun 1 12:26:36 PDT 2003
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
More information about the cvs-src
mailing list