cvs commit: src/sys/net if_ethersubr.c
Sepherosa Ziehau
sephe at crater.dragonflybsd.org
Sat Jun 2 02:08:49 PDT 2007
sephe 2007/06/02 02:08:26 PDT
DragonFly src repository
Modified files:
sys/net if_ethersubr.c
Log:
- Break long lines.
- Use __func__ instead of hardwired function name.
- kprintf("%s: ...", ifp->if_xname) ===> if_printf(ifp, "...")
- White space.
Revision Changes Path
1.40 +6 -5 src/sys/net/if_ethersubr.c
http://www.dragonflybsd.org/cvsweb/src/sys/net/if_ethersubr.c.diff?r1=1.39&r2=1.40&f=u
More information about the Commits
mailing list