Date: Wed, 7 Apr 2004 19:03:49 -0700 (PDT) From: Colin Percival <cperciva@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_timeout.c Message-ID: <200404080203.i3823nRG005171@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404080203.i3823nRG005171>