From owner-cvs-doc@FreeBSD.ORG Thu Sep 25 09:35:01 2003 Return-Path: Delivered-To: cvs-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C16AB16A4B3; Thu, 25 Sep 2003 09:35:01 -0700 (PDT) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id D585543FDF; Thu, 25 Sep 2003 09:34:57 -0700 (PDT) (envelope-from marc@blackend.org) Received: from nosferatu.blackend.org (nosferatu.blackend.org [192.168.10.205]) by abigail.blackend.org (8.12.9/8.12.3) with ESMTP id h8PGYdTd034308; Thu, 25 Sep 2003 18:34:39 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: from nosferatu.blackend.org (localhost [127.0.0.1]) h8PGXlRE004880; Thu, 25 Sep 2003 18:33:47 +0200 (CEST) (envelope-from marc@nosferatu.blackend.org) Received: (from marc@localhost) by nosferatu.blackend.org (8.12.9/8.12.9/Submit) id h8PGXZeh004879; Thu, 25 Sep 2003 18:33:35 +0200 (CEST) (envelope-from marc) Date: Thu, 25 Sep 2003 18:33:35 +0200 From: Marc Fonvieille To: Josef El-Rayes Message-ID: <20030925163334.GA574@nosferatu.blackend.org> References: <200309251252.h8PCq7Tc093693@repoman.freebsd.org> <20030925152525.GA410@daemon.li> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030925152525.GA410@daemon.li> User-Agent: Mutt/1.4i X-Useless-Header: blackend.org X-Operating-System: FreeBSD 5.1-CURRENT cc: cvs-all@FreeBSD.org cc: doc-committers@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: Ken Smith Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/arch-handbook/driverbasics chapter.sgml X-BeenThere: cvs-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the doc and www trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Sep 2003 16:35:01 -0000 On Thu, Sep 25, 2003 at 05:25:25PM +0200, Josef El-Rayes wrote: > Ken Smith wrote: > > - "whitespace change" that coverts existing driver example code > > to be style(9) compliant, matching format of new driver code > > for me this is strange, i always thought that we do not do patches which > do whitespace changes only - which does make the repository bigger > without any real benefit. > > is there a special reason why we do this here? > The reason is quite simple: Ken added a new code driver example (for 5.X) just under a previous example (for 4.X). His addition was style(9) compliant, but not the old previous example, so he did a whitespace change in the old code layout to make this one style(9) compliant for more consistency etc. Marc