Re: [PATCH] staging: rtl8712: Replace blank spaces with tabstops

2016-11-23 Thread vijai
On Mon, Nov 21, 2016 at 11:23:57AM +0100, Greg KH wrote: > On Sun, Nov 20, 2016 at 05:20:08PM -0800, Vijai Kumar K wrote: > > Fix checkpatch warning: > > WARNING: Statements should start on a tabstop > > > > Signed-off-by: Vijai Kumar K > > --- > > drivers/staging/rtl8712/rtl8712_led.c | 24 +++

Re: [PATCH] staging: rtl8712: Replace blank spaces with tabstops

2016-11-21 Thread Greg KH
On Sun, Nov 20, 2016 at 05:20:08PM -0800, Vijai Kumar K wrote: > Fix checkpatch warning: > WARNING: Statements should start on a tabstop > > Signed-off-by: Vijai Kumar K > --- > drivers/staging/rtl8712/rtl8712_led.c | 24 > drivers/staging/rtl8712/rtl871x_recv.c | 2 +-

[PATCH] staging: rtl8712: Replace blank spaces with tabstops

2016-11-20 Thread Vijai Kumar K
Fix checkpatch warning: WARNING: Statements should start on a tabstop Signed-off-by: Vijai Kumar K --- drivers/staging/rtl8712/rtl8712_led.c | 24 drivers/staging/rtl8712/rtl871x_recv.c | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/drivers/st