Re: [PATCH] staging: vt6656: removed coding style errors

2017-03-23 Thread Greg KH
On Thu, Mar 23, 2017 at 01:55:31PM +0530, Prasant Jalan wrote: > On Thu, Mar 23, 2017 at 1:02 PM, Greg KH wrote: > > > > On Wed, Mar 22, 2017 at 09:39:24PM +0530, Prasant Jalan wrote: > > > The patch replaces spaces with tabs as required by kernel coding > > >

Re: [PATCH] staging: vt6656: removed coding style errors

2017-03-23 Thread Greg KH
On Thu, Mar 23, 2017 at 01:55:31PM +0530, Prasant Jalan wrote: > On Thu, Mar 23, 2017 at 1:02 PM, Greg KH wrote: > > > > On Wed, Mar 22, 2017 at 09:39:24PM +0530, Prasant Jalan wrote: > > > The patch replaces spaces with tabs as required by kernel coding > > > standards. > > > > > >

Re: [PATCH] staging: vt6656: removed coding style errors

2017-03-23 Thread Prasant Jalan
On Thu, Mar 23, 2017 at 1:02 PM, Greg KH wrote: > > On Wed, Mar 22, 2017 at 09:39:24PM +0530, Prasant Jalan wrote: > > The patch replaces spaces with tabs as required by kernel coding > > standards. > > > > Signed-off-by: Prasant Jalan > > ---

Re: [PATCH] staging: vt6656: removed coding style errors

2017-03-23 Thread Prasant Jalan
On Thu, Mar 23, 2017 at 1:02 PM, Greg KH wrote: > > On Wed, Mar 22, 2017 at 09:39:24PM +0530, Prasant Jalan wrote: > > The patch replaces spaces with tabs as required by kernel coding > > standards. > > > > Signed-off-by: Prasant Jalan > > --- > > drivers/staging/vt6656/rxtx.c | 40

Re: [PATCH] staging: vt6656: removed coding style errors

2017-03-23 Thread Greg KH
On Wed, Mar 22, 2017 at 09:39:24PM +0530, Prasant Jalan wrote: > The patch replaces spaces with tabs as required by kernel coding > standards. > > Signed-off-by: Prasant Jalan > --- > drivers/staging/vt6656/rxtx.c | 40 ++-- > 1 file

Re: [PATCH] staging: vt6656: removed coding style errors

2017-03-23 Thread Greg KH
On Wed, Mar 22, 2017 at 09:39:24PM +0530, Prasant Jalan wrote: > The patch replaces spaces with tabs as required by kernel coding > standards. > > Signed-off-by: Prasant Jalan > --- > drivers/staging/vt6656/rxtx.c | 40 ++-- > 1 file changed, 22

[PATCH] staging: vt6656: removed coding style errors

2017-03-22 Thread Prasant Jalan
The patch replaces spaces with tabs as required by kernel coding standards. Signed-off-by: Prasant Jalan --- drivers/staging/vt6656/rxtx.c | 40 ++-- 1 file changed, 22 insertions(+), 18 deletions(-) diff --git

[PATCH] staging: vt6656: removed coding style errors

2017-03-22 Thread Prasant Jalan
The patch replaces spaces with tabs as required by kernel coding standards. Signed-off-by: Prasant Jalan --- drivers/staging/vt6656/rxtx.c | 40 ++-- 1 file changed, 22 insertions(+), 18 deletions(-) diff --git a/drivers/staging/vt6656/rxtx.c