From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754588AbbIQI7a (ORCPT ); Thu, 17 Sep 2015 04:59:30 -0400 Received: from smtp81.iad3a.emailsrvr.com ([173.203.187.81]:44909 "EHLO smtp81.iad3a.emailsrvr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754279AbbIQI72 (ORCPT ); Thu, 17 Sep 2015 04:59:28 -0400 X-Greylist: delayed 319 seconds by postgrey-1.27 at vger.kernel.org; Thu, 17 Sep 2015 04:59:28 EDT X-Sender-Id: abbotti@mev.co.uk Message-ID: <55FA7FAC.2040209@mev.co.uk> Date: Thu, 17 Sep 2015 09:54:04 +0100 From: Ian Abbott User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.7.0 MIME-Version: 1.0 To: =?UTF-8?B?TWFyY29zIENhbsOhbg==?= CC: hsweeten@visionengravers.com, gregkh@linuxfoundation.org, tapaswenipathak@gmail.com, tedc.37zngo@gmail.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: comedi: drivers: coding style: fixed block comment style References: <1442436538-3099-1-git-send-email-mcanan@gmail.com> In-Reply-To: <1442436538-3099-1-git-send-email-mcanan@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 16/09/15 21:48, Marcos Canán wrote: > This is a patch to the drivers.c file that fixes > a block comment style. > > Signed-off-by: Marcos Canán > --- > drivers/staging/comedi/drivers.c | 32 ++++++++++++++++---------------- > 1 file changed, 16 insertions(+), 16 deletions(-) > > diff --git a/drivers/staging/comedi/drivers.c b/drivers/staging/comedi/drivers.c > index b03bc66..387fac1 100644 > --- a/drivers/staging/comedi/drivers.c > +++ b/drivers/staging/comedi/drivers.c > @@ -1,20 +1,20 @@ > /* > - module/drivers.c > - functions for manipulating drivers > - > - COMEDI - Linux Control and Measurement Device Interface > - Copyright (C) 1997-2000 David A. Schleef > - Copyright (C) 2002 Frank Mori Hess > - > - This program is free software; you can redistribute it and/or modify > - it under the terms of the GNU General Public License as published by > - the Free Software Foundation; either version 2 of the License, or > - (at your option) any later version. > - > - This program is distributed in the hope that it will be useful, > - but WITHOUT ANY WARRANTY; without even the implied warranty of > - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > - GNU General Public License for more details. > + * module/drivers.c > + * functions for manipulating drivers > + * > + * COMEDI - Linux Control and Measurement Device Interface > + * Copyright (C) 1997-2000 David A. Schleef > + * Copyright (C) 2002 Frank Mori Hess > + * > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License as published by > + * the Free Software Foundation; either version 2 of the License, or > + * (at your option) any later version. > + * > + * This program is distributed in the hope that it will be useful, > + * but WITHOUT ANY WARRANTY; without even the implied warranty of > + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > + * GNU General Public License for more details. > */ > > #include > Reviewed-by: Ian Abbott -- -=( Ian Abbott @ MEV Ltd. E-mail: )=- -=( Web: http://www.mev.co.uk/ )=-