cvs commit: src/sys/dev/smbus smb.c
Joerg Wunsch
joerg at FreeBSD.org
Mon May 17 11:55:46 PDT 2004
joerg 2004/05/17 11:55:45 PDT
FreeBSD src repository
Modified files:
sys/dev/smbus smb.c
Log:
Fix various style(9) bugs. This includes the removal of wrong
reimplementations of enodev() (for the smbread() and smbwrite()
functions), as well as fixing various errno values to conform to
errno(3).
Bruce also points out that a number of the pointer == NULL tests
are probably nonsense because the respective checks are already
done at upper layers.
(Mostly) submitted by: bde
Revision Changes Path
1.33 +21 -38 src/sys/dev/smbus/smb.c
More information about the cvs-src
mailing list