Date: Sun, 7 Jun 2009 05:41:13 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/nge if_nge.c if_ngereg.h Message-ID: <200906070541.n575fP6U042078@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2009-06-07 05:41:13 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sys/dev/nge if_nge.c if_ngereg.h
Log:
SVN rev 193615 on 2009-06-07 05:41:13Z by yongari
MFC r192288-192292,192294,192297-192299:
r192288:
Use ANSI C declarations for all functions.
r192289:
Remove register keyword.
r192290:
Remove trailling whitespaces.
r192291:
Remove return statement at the end of functions that return void.
r192292:
style(9) - space after keyword.
r192294:
s/u_int8_t/uint8_t/g
s/u_int16_t/uint16_t/g
s/u_int32_t/uint32_t/g
r192297:
style(9)
r192298:
Consistently use tab characters instead of spaces.
r192299:
Remove extra parenthesis used in macros. These macros are not used
in driver, though.
Revision Changes Path
1.91.2.2 +187 -281 src/sys/dev/nge/if_nge.c
1.16.2.1 +44 -44 src/sys/dev/nge/if_ngereg.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906070541.n575fP6U042078>
