cvs commit: src/sys/kern kern_timeout.c
Colin Percival
cperciva at FreeBSD.org
Wed Apr 7 19:03:50 PDT 2004
cperciva 2004/04/07 19:03:49 PDT
FreeBSD src repository
Modified files:
sys/kern kern_timeout.c
Log:
Add whitespace before comment blocks. (reported by njl)
Remove spurious whitespace, add indent protection, fix punctuation,
remove initialization of static variables to zero, put wakeup_ctr
and wakeup_needed in the correct order. (reported by bde)
This doesn't fix all the style bugs I introduced, but the remaining
style bugs make it easier for me to understand what I did here.
Revision Changes Path
1.87 +13 -16 src/sys/kern/kern_timeout.c
More information about the cvs-src
mailing list