public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/2] staging: rtl8192e: fix line over 80 characters
@ 2018-06-09  6:07 thtlwlsmsgkfla
  2018-06-09  6:45 ` Joe Perches
  0 siblings, 1 reply; 3+ messages in thread
From: thtlwlsmsgkfla @ 2018-06-09  6:07 UTC (permalink / raw)
  To: gregkh
  Cc: davem, colin.king, johannes.berg, Linyu.Yuan, keescook, tvboxspy,
	devel, linux-kernel, kernel-janitors

*fix checkpatch.pl warnings:
 WARNING: line over 80 characters

Signed-off-by: Hyunil Kim <thtlwlsmsgkfla@gmail.com>
---
 drivers/staging/rtl8192e/rtllib_softmac.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8192e/rtllib_softmac.c b/drivers/staging/rtl8192e/rtllib_softmac.c
index d172e87..3c5def2 100644
--- a/drivers/staging/rtl8192e/rtllib_softmac.c
+++ b/drivers/staging/rtl8192e/rtllib_softmac.c
@@ -2596,7 +2596,8 @@ static void rtllib_start_ibss_wq(void *data)
 
 	if (ieee->current_network.ssid_len == 0) {
 		strcpy(ieee->current_network.ssid, RTLLIB_DEFAULT_TX_ESSID);
-		ieee->current_network.ssid_len = strlen(RTLLIB_DEFAULT_TX_ESSID);
+		ieee->current_network.ssid_len =
+			strlen(RTLLIB_DEFAULT_TX_ESSID);
 		ieee->ssid_set = 1;
 	}
 
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-06-16  4:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-09  6:07 [PATCH 2/2] staging: rtl8192e: fix line over 80 characters thtlwlsmsgkfla
2018-06-09  6:45 ` Joe Perches
2018-06-16  4:20   ` 김현일

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox