Re: [PATCH v3 2/3] drivers: staging: wilc1000: move { to previous line

2015-08-06 Thread Greg KH
On Thu, Aug 06, 2015 at 09:29:44PM +0530, Chandra Gorentla wrote: > On Wed, Aug 05, 2015 at 10:11:56PM +0530, Chandra S Gorentla wrote: > > Moved the opening brace of code blocks to the previous lines. This > > fixes the checkpatch.pl error - "that open brace { should be on the > > previous line".

Re: [PATCH v3 2/3] drivers: staging: wilc1000: move { to previous line

2015-08-06 Thread Chandra Gorentla
On Wed, Aug 05, 2015 at 10:11:56PM +0530, Chandra S Gorentla wrote: > Moved the opening brace of code blocks to the previous lines. This > fixes the checkpatch.pl error - "that open brace { should be on the > previous line". > > Signed-off-by: Chandra S Gorentla > --- > drivers/staging/wilc1000

[PATCH v3 2/3] drivers: staging: wilc1000: move { to previous line

2015-08-05 Thread Chandra S Gorentla
Moved the opening brace of code blocks to the previous lines. This fixes the checkpatch.pl error - "that open brace { should be on the previous line". Signed-off-by: Chandra S Gorentla --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 9 +++-- 1 file changed, 3 insertions(+), 6 deleti