[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1986308.HpuS17FQ0J@os-virtualbox>
Date: Sat, 09 Jun 2018 15:05:56 +0900
From: thtlwlsmsgkfla@...il.com
To: gregkh@...uxfoundation.org
Cc: davem@...emloft.net, colin.king@...onical.com,
johannes.berg@...el.com, Linyu.Yuan@...atel-sbell.com.cn,
keescook@...omium.org, tvboxspy@...il.com,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
kernel-janitors@...r.kernel.org
Subject: [PATCH 1/2] staging: rtl8192e: remove brace for single statement
* fix checkpatch.pl warning:
WARNING: braces { are not necessary for single statement blocks
Signed-off-by: Hyunil Kim <thtlwlsmsgkfla@...il.com>
---
drivers/staging/rtl8192e/rtllib_softmac.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/staging/rtl8192e/rtllib_softmac.c b/drivers/staging/rtl8192e/rtllib_softmac.c
index 919231f..d172e87 100644
--- a/drivers/staging/rtl8192e/rtllib_softmac.c
+++ b/drivers/staging/rtl8192e/rtllib_softmac.c
@@ -1355,9 +1355,8 @@ rtllib_association_req(struct rtllib_network *beacon,
rtllib_WMM_Info(ieee, &tag);
}
- if (wps_ie_len && ieee->wps_ie) {
+ if (wps_ie_len && ieee->wps_ie)
skb_put_data(skb, ieee->wps_ie, wps_ie_len);
- }
if (turbo_info_len) {
tag = skb_put(skb, turbo_info_len);
--
2.7.4
Powered by blists - more mailing lists