Re: [PATCH] Staging: comedi: Fix coding style issues

2015-09-20 Thread punit vara
On Sun, Sep 20, 2015 at 6:50 AM, Jaime Arrocha wrote: > > On 09/19/2015 01:13 PM, punit vara wrote: >> >> [PATCH] Staging: comedi: Fix block comment warning > > > [PATCH] Staging: comedi: Coding style warnings fix for block comments > Thank you for suggestion sir .I would appreciate your help. _

Re: [PATCH] Staging: comedi: Fix coding style issues

2015-09-19 Thread Jaime Arrocha
On 09/19/2015 01:13 PM, punit vara wrote: [PATCH] Staging: comedi: Fix block comment warning [PATCH] Staging: comedi: Coding style warnings fix for block comments ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproj

Re: [PATCH] Staging: comedi: Fix coding style issues

2015-09-19 Thread punit vara
On Fri, Sep 18, 2015 at 10:22 PM, Punit Vara wrote: > This patch is to comedidev.h file that fixes up following warnings > reported by checkpatch.pl : > > -Block comments use a trailing */ on a separate line > -Block comments use * on subsequent lines > > Signed-off-by: Punit Vara > --- > driver

Re: [PATCH] Staging: comedi: Fix coding style issues

2015-09-19 Thread punit vara
[PATCH] Staging: comedi: Fix block comment according to preferred style [PATCH] Staging: comedi: Fix block comment warning which would be the better subject for my patch ? anybody can suggest please ? regards, punitvara ___ devel mailing list de...@lin

Re: [PATCH] Staging: comedi: Fix coding style issues

2015-09-19 Thread Greg KH
A: No. Q: Should I include quotations after my reply? http://daringfireball.net/2007/07/on_top On Sat, Sep 19, 2015 at 09:57:43PM +0530, punit vara wrote: > For this patch can I put subject like > > [PATCH] Staging: comedi: Fix trailing */ and * comment warning > > ?? Yes, that would be much

Re: [PATCH] Staging: comedi: Fix coding style issues

2015-09-19 Thread punit vara
For this patch can I put subject like [PATCH] Staging: comedi: Fix trailing */ and * comment warning ?? Kindly suggest me as this is my first patch and i am trying to contribute to linux kernel . On Fri, Sep 18, 2015 at 10:22 PM, Punit Vara wrote: > This patch is to comedidev.h file that fixes

Re: [PATCH] Staging: comedi: Fix coding style issues

2015-09-18 Thread Greg KH
On Fri, Sep 18, 2015 at 10:22:59PM +0530, Punit Vara wrote: > This patch is to comedidev.h file that fixes up following warnings > reported by checkpatch.pl : > > -Block comments use a trailing */ on a separate line > -Block comments use * on subsequent lines Your subject needs to be very specifi

[PATCH] Staging: comedi: Fix coding style issues

2015-09-18 Thread Punit Vara
This patch is to comedidev.h file that fixes up following warnings reported by checkpatch.pl : -Block comments use a trailing */ on a separate line -Block comments use * on subsequent lines Signed-off-by: Punit Vara --- drivers/staging/comedi/comedidev.h | 62 ---

Re: [PATCH] staging: comedi: fix coding style issues

2015-05-18 Thread Ian Abbott
On 16/05/15 05:16, Geliang Tang wrote: 1) Fixed an error found by checkpatch.pl. ERROR: space required after that ',' (ctx:VxV) ./drivers/ni_mio_common.c:3764 2) Changed "register 0x%x" to "register=0x%x" to keep the consistency of this file. 3) The kernel version is next-20150515, 4.

[PATCH] staging: comedi: fix coding style issues

2015-05-15 Thread Geliang Tang
1) Fixed an error found by checkpatch.pl. ERROR: space required after that ',' (ctx:VxV) ./drivers/ni_mio_common.c:3764 2) Changed "register 0x%x" to "register=0x%x" to keep the consistency of this file. 3) The kernel version is next-20150515, 4.1.0-rc3. Signed-off-by: Geliang Tang ---

Re: [PATCH] staging: comedi: fix coding style issues in comedi_fops.c

2014-05-01 Thread Ian Abbott
On 2014/05/01 09:23 AM, Raghavendra Ganiga wrote: > This is a patch to fix coding style > warnings found by checkpatch.pl tool > > Signed-off-by: Raghavendra Chandra Ganiga > --- > drivers/staging/comedi/comedi_fops.c |2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/staging

Re: [PATCH] staging: comedi: fix coding style issues in comedi_fops.c

2014-05-01 Thread Ian Abbott
On 2014/04/30 06:34 PM, Raghavendra Ganiga wrote: > This is a patch to fix coding style > warnings found by the checkpatch.pl tool > > Signed-off-by: Raghavendra Chandra Ganiga > --- > drivers/staging/comedi/comedi_fops.c |6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff

[PATCH] staging: comedi: fix coding style issues in comedi_fops.c

2014-05-01 Thread Raghavendra Ganiga
This is a patch to fix coding style warnings found by checkpatch.pl tool Signed-off-by: Raghavendra Chandra Ganiga --- drivers/staging/comedi/comedi_fops.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/staging/comedi/comedi_fops.c b/drivers/staging/comedi/comedi_fops.c index

Re: [PATCH] staging: comedi: fix coding style issues in comedi_fops.c

2014-04-30 Thread Dan Carpenter
On Wed, Apr 30, 2014 at 11:04:49PM +0530, Raghavendra Ganiga wrote: > This is a patch to fix coding style > warnings found by the checkpatch.pl tool > Someone fixed this already. You should be working against linux-next for this kind of thing. regards, dan carpenter ___

[PATCH] staging: comedi: fix coding style issues in comedi_fops.c

2014-04-30 Thread Raghavendra Ganiga
This is a patch to fix coding style warnings found by the checkpatch.pl tool Signed-off-by: Raghavendra Chandra Ganiga --- drivers/staging/comedi/comedi_fops.c |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/staging/comedi/comedi_fops.c b/drivers/staging/com

Re: [PATCH] staging: comedi: fix coding style issues in comedi_fops.c

2014-04-25 Thread Greg KH
On Fri, Apr 25, 2014 at 11:18:55PM +0530, RAGHAVENDRA GANIGA wrote: > >From 7bdc654b12895889a539450528b52328901e6dc0 Mon Sep 17 00:00:00 2001 > From: Raghavendra Ganiga > Date: Fri, 25 Apr 2014 23:11:22 +0530 > Subject: [PATCH] staging: comedi: fix coding style issues in comedi_fop

[PATCH] staging: comedi: fix coding style issues in comedi_fops.c

2014-04-25 Thread RAGHAVENDRA GANIGA
>From 7bdc654b12895889a539450528b52328901e6dc0 Mon Sep 17 00:00:00 2001 From: Raghavendra Ganiga Date: Fri, 25 Apr 2014 23:11:22 +0530 Subject: [PATCH] staging: comedi: fix coding style issues in comedi_fops.c This is a patch to fix coding style warnings found by the checkpatch.pl tool Sig

Re: [PATCH] Staging: comedi: fix coding style issues in poc.c

2014-02-24 Thread Dan Carpenter
You have not understood what Joe said. On Mon, Feb 24, 2014 at 08:48:47PM +1100, David Roddick wrote: > Removed unnecessary spaces after function pointer names and corrected > multi-line wrap alignment > This should be line wrapped at 72 characters (same rule as email). In other words it shoul

[PATCH] Staging: comedi: fix coding style issues in poc.c

2014-02-24 Thread David Roddick
Removed unnecessary spaces after function pointer names and corrected multi-line wrap alignment Signed-off-by: David Roddick --- drivers/staging/comedi/drivers/poc.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/staging/comedi/drivers/poc.c b/driver

Re: [PATCH] Staging: comedi: fix coding style issues in unioxx5.c

2013-11-18 Thread Ian Abbott
On 2013-11-17 03:42, Conrad Gomes wrote: Hi, No problem, I'll break this up and resend it. In order to use dev_info type functions I was planning on assigning the comedi device's struct device to the struct subdevice's class_dev as follows in comedi_alloc_subdevices as it appears that is is not

Re: [PATCH] Staging: comedi: fix coding style issues in unioxx5.c

2013-11-11 Thread Greg KH
On Fri, Nov 01, 2013 at 06:01:56PM +0530, Conrad Gomes wrote: > This is a patch which fixes coding style issues in unioxx5.c found > by checkpatch.pl > > 1) Replaced printk with pr_info and pr_err Drivers should never call printk() as they all have access to a struct device somewhere. So please

[PATCH] Staging: comedi: fix coding style issues in unioxx5.c

2013-11-01 Thread Conrad Gomes
This is a patch which fixes coding style issues in unioxx5.c found by checkpatch.pl 1) Replaced printk with pr_info and pr_err 2) Reinitialized n_subd before for loop to fix over 80 character warning 3) Reworded comment to fix 80 character warning Signed-off-by: Conrad Gomes --- drivers/sta