Re: [PATCH] staging: comedi: Coding style warning fix for block comments

2015-11-23 Thread Ian Abbott
On 22/11/15 19:19, Jitendra Kumar Khasdev wrote: This patch is to comedilib.h file that fixes up following warnings reported by checkpatch.pl : I) Block comments use * on subsequent lines Signed-off-by: Jitendra Kumar Khasdev --- drivers/staging/comedi/comedilib.h | 32 ---

Re: [PATCH] staging: comedi: Coding style warning fix for block comments

2015-11-23 Thread Ian Abbott
On 22/11/15 19:24, Andy Shevchenko wrote: On Sun, Nov 22, 2015 at 9:19 PM, Jitendra Kumar Khasdev wrote: This patch is to comedilib.h file that fixes up following warnings reported by checkpatch.pl : I) Block comments use * on subsequent lines Signed-off-by: Jitendra Kumar Khasdev --- drive

Re: [PATCH] staging: comedi: Coding style warning fix for block comments

2015-11-22 Thread Andy Shevchenko
On Sun, Nov 22, 2015 at 9:19 PM, Jitendra Kumar Khasdev wrote: > This patch is to comedilib.h file that fixes up following warnings > reported by checkpatch.pl : > I) Block comments use * on subsequent lines > > Signed-off-by: Jitendra Kumar Khasdev > --- > drivers/staging/comedi/comedilib.h | 3

[PATCH] staging: comedi: Coding style warning fix for block comments

2015-11-22 Thread Jitendra Kumar Khasdev
This patch is to comedilib.h file that fixes up following warnings reported by checkpatch.pl : I) Block comments use * on subsequent lines Signed-off-by: Jitendra Kumar Khasdev --- drivers/staging/comedi/comedilib.h | 32 1 file changed, 16 insertions(+), 16 dele

Re: [PATCH] Staging: comedi: Coding style warning fix for block comments

2015-09-21 Thread punit vara
On Mon, Sep 21, 2015 at 11:15 PM, Ian Abbott wrote: > On 20/09/15 09:50, 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

Re: [PATCH] Staging: comedi: Coding style warning fix for block comments

2015-09-21 Thread Ian Abbott
On 20/09/15 09:50, 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 --- drivers/staging/comedi/comedidev.h

[PATCH] Staging: comedi: Coding style warning fix for block comments

2015-09-20 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 ---