Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev



Module Name:    src
Committed By:   tsutsui
Date:           Sat May 16 03:57:58 UTC 2009

Modified Files:
        src/sys/dev/ic: esiop.c siop.c siop_common.c
        src/sys/dev/pci: siop_pci_common.c siop_pci_common.h

Log Message:
Misc cleanup:
- some KNF
- u_intNN_t -> uintNN_t
- wrap long lines and fix indent
- remove return statements at the end of void functions
- use __arraycount()

XXX: many inconsistent aprint_error_dev(9) vs printf(9)


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/sys/dev/ic/esiop.c
cvs rdiff -u -r1.91 -r1.92 src/sys/dev/ic/siop.c
cvs rdiff -u -r1.49 -r1.50 src/sys/dev/ic/siop_common.c
cvs rdiff -u -r1.30 -r1.31 src/sys/dev/pci/siop_pci_common.c
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/pci/siop_pci_common.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index