[PATCH] Staging: rtlwifi: pci: fixed a coding style issue

2017-10-23 Thread Woohyung Jeon
Fixed a coding style issue. There was a prohibited space. Removed. Signed-off-by: Woohyung-Jeon --- drivers/staging/rtlwifi/pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rtlwifi/pci.c b/drivers/staging/rtlwifi/pci.c index 4035b8835bd1..70a64a5f564a

[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