From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758253Ab0JFBvk (ORCPT ); Tue, 5 Oct 2010 21:51:40 -0400 Received: from kroah.org ([198.145.64.141]:43669 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751997Ab0JFBvi (ORCPT ); Tue, 5 Oct 2010 21:51:38 -0400 Date: Tue, 5 Oct 2010 18:50:38 -0700 From: Greg KH To: Tracey Dent Cc: abbotti@mev.co.uk, fmhess@users.sourceforge.net, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 01/28] Staging: comedi: comedi.h: Edit file so cleanpatch.pl has 0 errors and warnings Message-ID: <20101006015038.GA22340@kroah.com> References: <1286326843-6170-1-git-send-email-tdent48227@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1286326843-6170-1-git-send-email-tdent48227@gmail.com> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 05, 2010 at 09:00:16PM -0400, Tracey Dent wrote: > Changed lines in the file so that checkpatch.pl wont complain. Fixed every warning/error message such as; WARNING: storage class should be at the beginning of the declaration, WARNING: please, no space for starting a line, and last but not least WARNING: line over 80 characters. Your changelog comment is longer than 80 characters wide :) > > Signed-off-by: Tracey Dent > --- > drivers/staging/comedi/comedi.h | 78 ++++++++++++++++++++------------------- > 1 files changed, 40 insertions(+), 38 deletions(-) > > diff --git a/drivers/staging/comedi/comedi.h b/drivers/staging/comedi/comedi.h > index 6c900e2..680cef8 100644 > --- a/drivers/staging/comedi/comedi.h > +++ b/drivers/staging/comedi/comedi.h > @@ -1,23 +1,23 @@ > /* > - include/comedi.h (installed as /usr/include/comedi.h) > - header file for comedi > + include/comedi.h (installed as /usr/include/comedi.h) > + header file for comedi > > - COMEDI - Linux Control and Measurement Device Interface > - Copyright (C) 1998-2001 David A. Schleef > + COMEDI - Linux Control and Measurement Device Interface > + Copyright (C) 1998-2001 David A. Schleef Ick, no, these are all just fine, they are not an issue, go bug the checkpatch.pl author about resolving this. These comments don't need to be changed, sorry. thanks, greg k-h