Re: [PATCH] rtl871x: use tabs with indentation instead of spaces

2016-09-22 Thread Christopher Pezley
On 09/22/2016 09:17 AM, Greg KH wrote: > On Wed, Sep 21, 2016 at 11:12:05PM +0200, Christopher Pezley wrote: >> There is a line with space indentation instead of tabs. I've changed it to >> use tabs for indentation. >> >> Signed-off-by: Christopher H. Pezley >> --- >> drivers/staging/rtl8712/rtl8

Re: [PATCH] rtl871x: use tabs with indentation instead of spaces

2016-09-22 Thread Greg KH
On Wed, Sep 21, 2016 at 11:12:05PM +0200, Christopher Pezley wrote: > There is a line with space indentation instead of tabs. I've changed it to > use tabs for indentation. > > Signed-off-by: Christopher H. Pezley > --- > drivers/staging/rtl8712/rtl871x_ioctl_linux.c | 2 +- > 1 file changed, 1

[PATCH] rtl871x: use tabs with indentation instead of spaces

2016-09-21 Thread Christopher Pezley
There is a line with space indentation instead of tabs. I've changed it to use tabs for indentation. Signed-off-by: Christopher H. Pezley --- drivers/staging/rtl8712/rtl871x_ioctl_linux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtl8712/rtl871x_ioctl_li