From owner-cvs-all@FreeBSD.ORG Wed Apr 7 19:03:50 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0322616A4D1; Wed, 7 Apr 2004 19:03:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB13343D41; Wed, 7 Apr 2004 19:03:49 -0700 (PDT) (envelope-from cperciva@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3823nGe005172; Wed, 7 Apr 2004 19:03:49 -0700 (PDT) (envelope-from cperciva@repoman.freebsd.org) Received: (from cperciva@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3823nRG005171; Wed, 7 Apr 2004 19:03:49 -0700 (PDT) (envelope-from cperciva) Message-Id: <200404080203.i3823nRG005171@repoman.freebsd.org> From: Colin Percival Date: Wed, 7 Apr 2004 19:03:49 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_timeout.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Apr 2004 02:03:50 -0000 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