Re: [PATCH] staging: i4l: act2000: Fix checkpatch warning

2016-08-31 Thread Greg KH
On Tue, Aug 30, 2016 at 07:04:55PM -0400, Anson Jacob wrote: > Fix checkpatch.pl warning: > braces {} are not necessary for single statement blocks > Missing a blank line after declarations > > Signed-off-by: Anson Jacob > --- > drivers/staging/i4l/act2000/act2000_isa.c | 5 +++-- > 1 file chang

[PATCH] staging: i4l: act2000: Fix checkpatch warning

2016-08-30 Thread Anson Jacob
Fix checkpatch.pl warning: braces {} are not necessary for single statement blocks Missing a blank line after declarations Signed-off-by: Anson Jacob --- drivers/staging/i4l/act2000/act2000_isa.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/staging/i4l/act2000

[PATCH] staging: i4l: act2000: Fix checkpatch warning

2016-08-30 Thread Anson Jacob
Fix checkpatch.pl warning: line over 80 characters Signed-off-by: Anson Jacob --- drivers/staging/i4l/act2000/act2000.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/i4l/act2000/act2000.h b/drivers/staging/i4l/act2000/act2000.h index 321d437..16be456 10