From: thtlwlsmsgkfla@gmail.com
To: gregkh@linuxfoundation.org
Cc: davem@davemloft.net, colin.king@canonical.com,
johannes.berg@intel.com, Linyu.Yuan@alcatel-sbell.com.cn,
keescook@chromium.org, tvboxspy@gmail.com,
devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org,
kernel-janitors@vger.kernel.org
Subject: [PATCH 2/2] staging: rtl8192e: fix line over 80 characters
Date: Sat, 09 Jun 2018 06:07:51 +0000 [thread overview]
Message-ID: <1667235.oI4jP7xdTe@os-virtualbox> (raw)
*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
WARNING: multiple messages have this Message-ID (diff)
From: thtlwlsmsgkfla@gmail.com
To: gregkh@linuxfoundation.org
Cc: davem@davemloft.net, colin.king@canonical.com,
johannes.berg@intel.com, Linyu.Yuan@alcatel-sbell.com.cn,
keescook@chromium.org, tvboxspy@gmail.com,
devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org,
kernel-janitors@vger.kernel.org
Subject: [PATCH 2/2] staging: rtl8192e: fix line over 80 characters
Date: Sat, 09 Jun 2018 15:07:51 +0900 [thread overview]
Message-ID: <1667235.oI4jP7xdTe@os-virtualbox> (raw)
*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
next reply other threads:[~2018-06-09 6:07 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-09 6:07 thtlwlsmsgkfla [this message]
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-09 6:45 ` Joe Perches
2018-06-16 4:20 ` 김현일
2018-06-16 4:20 ` 김현일
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1667235.oI4jP7xdTe@os-virtualbox \
--to=thtlwlsmsgkfla@gmail.com \
--cc=Linyu.Yuan@alcatel-sbell.com.cn \
--cc=colin.king@canonical.com \
--cc=davem@davemloft.net \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@linuxfoundation.org \
--cc=johannes.berg@intel.com \
--cc=keescook@chromium.org \
--cc=kernel-janitors@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=tvboxspy@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.