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/rtl871x_ioctl_linux.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> This patch does not apply to my tree at all, are you sure you made it
> against linux-next?
> 
> thanks,
> 
> greg k-h
> 

It looks like I was using master instead of linux-next. Sorry for the extra 
noise!
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


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 insertion(+), 1 deletion(-)

This patch does not apply to my tree at all, are you sure you made it
against linux-next?

thanks,

greg k-h
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


[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_linux.c 
b/drivers/staging/rtl8712/rtl871x_ioctl_linux.c
index e205adf..df985ce 100644
--- a/drivers/staging/rtl8712/rtl871x_ioctl_linux.c
+++ b/drivers/staging/rtl8712/rtl871x_ioctl_linux.c
@@ -1976,7 +1976,7 @@ static int r871x_get_ap_info(struct net_device *dev,
if (pdata->length >= 32) {
if (copy_from_user(data, pdata->pointer, 32))
return -EINVAL;
-data[32] = 0;
+   data[32] = 0;
} else {
 return -EINVAL;
}
--
2.7.4
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel