Re: [PATCH] Staging: comedi: dmm32at: Fixed a code indent issue

2015-01-09 Thread Greg KH
On Sun, Jan 04, 2015 at 04:22:35PM +0100, Piotr Kubus wrote: > This is a patch to the dmm32at.c file that fixes up a code indent error found > by the checkpatch.pl tool. > > Signed-off-by: Piotr Kubus > --- > drivers/staging/comedi/drivers/dmm32at.c | 2 +- > 1 file changed, 1 insertion(+), 1 d

Re: [PATCH] Staging: comedi: dmm32at: Fixed a code indent issue

2015-01-06 Thread Sudip Mukherjee
On Tue, Jan 06, 2015 at 02:33:27PM +0100, Konrad Zapalowicz wrote: > On 01/06, Sudip Mukherjee wrote: > > yes, i read the SubmittingPatches again. summary is the subject line. But > > then as Piotr Kubus has written that he could not find this rule in the > > documentaion, I also tried to find th

Re: [PATCH] Staging: comedi: dmm32at: Fixed a code indent issue

2015-01-06 Thread Konrad Zapalowicz
On 01/06, Sudip Mukherjee wrote: > On Tue, Jan 06, 2015 at 10:08:37AM +, Ian Abbott wrote: > > On 06/01/15 06:02, Sudip Mukherjee wrote: > > >On Mon, Jan 05, 2015 at 08:24:06PM +0100, Piotr Kubus wrote: > > >>On Sun, Jan 04, 2015 at 11:31:29PM +0100, Konrad Zapalowicz wrote: > > >>>On 01/04, Pi

Re: [PATCH] Staging: comedi: dmm32at: Fixed a code indent issue

2015-01-06 Thread Sudip Mukherjee
On Tue, Jan 06, 2015 at 10:08:37AM +, Ian Abbott wrote: > On 06/01/15 06:02, Sudip Mukherjee wrote: > >On Mon, Jan 05, 2015 at 08:24:06PM +0100, Piotr Kubus wrote: > >>On Sun, Jan 04, 2015 at 11:31:29PM +0100, Konrad Zapalowicz wrote: > >>>On 01/04, Piotr Kubus wrote: > This is a patch to t

Re: [PATCH] Staging: comedi: dmm32at: Fixed a code indent issue

2015-01-06 Thread Ian Abbott
On 06/01/15 06:02, Sudip Mukherjee wrote: On Mon, Jan 05, 2015 at 08:24:06PM +0100, Piotr Kubus wrote: On Sun, Jan 04, 2015 at 11:31:29PM +0100, Konrad Zapalowicz wrote: On 01/04, Piotr Kubus wrote: This is a patch to the dmm32at.c file that fixes up a code indent error found by the checkpatc

Re: [PATCH] Staging: comedi: dmm32at: Fixed a code indent issue

2015-01-06 Thread Dan Carpenter
On Mon, Jan 05, 2015 at 08:24:06PM +0100, Piotr Kubus wrote: > Do you mean I should resend it or wait for reply from maintainer first? > Resend, please. regards, dan carpenter -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.k

Re: [PATCH] Staging: comedi: dmm32at: Fixed a code indent issue

2015-01-05 Thread Sudip Mukherjee
On Mon, Jan 05, 2015 at 08:24:06PM +0100, Piotr Kubus wrote: > On Sun, Jan 04, 2015 at 11:31:29PM +0100, Konrad Zapalowicz wrote: > > On 01/04, Piotr Kubus wrote: > > > This is a patch to the dmm32at.c file that fixes up a code indent error > > > found by the checkpatch.pl tool. > > > > Nice howe

Re: [PATCH] Staging: comedi: dmm32at: Fixed a code indent issue

2015-01-05 Thread Piotr Kubus
On Sun, Jan 04, 2015 at 11:31:29PM +0100, Konrad Zapalowicz wrote: > On 01/04, Piotr Kubus wrote: > > This is a patch to the dmm32at.c file that fixes up a code indent error > > found by the checkpatch.pl tool. > > Nice however improve your commit message. The rule is that the lines > should wrap

Re: [PATCH] Staging: comedi: dmm32at: Fixed a code indent issue

2015-01-04 Thread Konrad Zapalowicz
On 01/04, Piotr Kubus wrote: > This is a patch to the dmm32at.c file that fixes up a code indent error found > by the checkpatch.pl tool. Nice however improve your commit message. The rule is that the lines should wrap at 72nd column except for quoted material such as compiler output, etc... The

[PATCH] Staging: comedi: dmm32at: Fixed a code indent issue

2015-01-04 Thread Piotr Kubus
This is a patch to the dmm32at.c file that fixes up a code indent error found by the checkpatch.pl tool. Signed-off-by: Piotr Kubus --- drivers/staging/comedi/drivers/dmm32at.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/comedi/drivers/dmm32at.c b/driver