Re: [PATCH v7] Staging: comedi: patch to fix line over 80 characters warning

2015-01-18 Thread Greg KH
A: No. Q: Should I include quotations after my reply? http://daringfireball.net/2007/07/on_top On Sun, Jan 18, 2015 at 07:47:50PM +0530, jitendra kumar khasdev wrote: > Will you give reason for not apply my patch on your tree. I have > tested by appling on linux main tree. Probably because some

Re: [PATCH v7] Staging: comedi: patch to fix line over 80 characters warning

2015-01-18 Thread jitendra kumar khasdev
Will you give reason for not apply my patch on your tree. I have tested by appling on linux main tree. On Sat, Jan 10, 2015 at 10:20:03AM +0530, jitendra kumar khasdev wrote: > This is patch to pcl812.c that fix line over 80 characters warning > which is found by checkpatch.pl tool. Reduce the ex

Re: [PATCH v7] Staging: comedi: patch to fix line over 80 characters warning

2015-01-17 Thread Greg KH
On Sat, Jan 10, 2015 at 10:20:03AM +0530, jitendra kumar khasdev wrote: > This is patch to pcl812.c that fix line over 80 characters warning > which is found by checkpatch.pl tool. Reduce the extra space around > equal sign that fix warning. > > Signed-off-by: Jitendra kumar khasdev > --- > driv

[PATCH v7] Staging: comedi: patch to fix line over 80 characters warning

2015-01-09 Thread jitendra kumar khasdev
This is patch to pcl812.c that fix line over 80 characters warning which is found by checkpatch.pl tool. Reduce the extra space around equal sign that fix warning. Signed-off-by: Jitendra kumar khasdev --- drivers/staging/comedi/drivers/pcl812.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion