Re: [PATCH] drivers: staging: rtl8712: Resolved kernel coding style warnings

2015-06-18 Thread Greg KH
On Thu, Jun 18, 2015 at 06:57:34PM +0530, Sunil Shahu wrote: > 1) "else" statement after "if" is unnecessory, hence removed. > 2) Fixed line over 80 characters warning. That's two different things, this should be 2 different patches. thanks, greg k-h _

[PATCH] drivers: staging: rtl8712: Resolved kernel coding style warnings

2015-06-18 Thread Sunil Shahu
1) "else" statement after "if" is unnecessory, hence removed. 2) Fixed line over 80 characters warning. Signed-off-by: Sunil Shahu --- drivers/staging/rtl8712/rtl871x_security.c | 39 ++ 1 file changed, 18 insertions(+), 21 deletions(-) diff --git a/drivers/staging/r