Re: [PATCH] Staging: rtlwifi: pci: fixed coding style issues

2017-10-23 Thread Greg KH
On Mon, Oct 23, 2017 at 04:44:24PM +0900, Woohyung Jeon wrote: > Fixed 2 coding style issues. > > There was two coding style issues and they were fixed. > c:2233 - unnecessary parenthesis was there, so removed. > c:652 - prohibited space was there, so removed. That's two different things, please

[PATCH] Staging: rtlwifi: pci: fixed coding style issues

2017-10-23 Thread Woohyung Jeon
Fixed 2 coding style issues. There was two coding style issues and they were fixed. c:2233 - unnecessary parenthesis was there, so removed. c:652 - prohibited space was there, so removed. Signed-off-by: Woohyung-Jeon --- drivers/staging/rtlwifi/pci.c | 4 ++-- 1 file changed, 2 insertions(+), 2