From: Shreya Ajith <shreya.ajithchb@gmail.com>
To: gregkh@linuxfoundation.org
Cc: linux-kernel@vger.kernel.org, d.straghkov@ispras.ru,
dan.carpenter@oracle.com, straube.linux@gmail.com,
ross.schm.dev@gmail.com, gregkh@linuxfoundation.org,
bkkarthik@pesu.pes.edu
Subject: [PATCH v4] staging:rtl8723bs:core:rtw_wlan_util:fixed indentation coding style issue
Date: Tue, 16 Mar 2021 18:01:18 +0530 [thread overview]
Message-ID: <20210316123118.GA2312@shreya-VirtualBox> (raw)
Fixed the indentation of the else part of the conditional statement.
Signed-off-by: Shreya Ajith <shreya.ajithchb@gmail.com>
---
v1 -> v2:
Changed name in signed-off-by to match name in From.
v2 -> v3:
Reverted the change and changed name in From instead.
v3 -> v4:
Corrected capitalization error in From.
drivers/staging/rtl8723bs/core/rtw_wlan_util.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/rtl8723bs/core/rtw_wlan_util.c b/drivers/staging/rtl8723bs/core/rtw_wlan_util.c
index 975f2830e29e..4b5afaeac916 100644
--- a/drivers/staging/rtl8723bs/core/rtw_wlan_util.c
+++ b/drivers/staging/rtl8723bs/core/rtw_wlan_util.c
@@ -1760,7 +1760,7 @@ void update_wireless_mode(struct adapter *padapter)
if (pmlmeext->cur_wireless_mode & WIRELESS_11B)
update_mgnt_tx_rate(padapter, IEEE80211_CCK_RATE_1MB);
- else
+ else
update_mgnt_tx_rate(padapter, IEEE80211_OFDM_RATE_6MB);
}
--
2.25.1
reply other threads:[~2021-03-16 12:32 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20210316123118.GA2312@shreya-VirtualBox \
--to=shreya.ajithchb@gmail.com \
--cc=bkkarthik@pesu.pes.edu \
--cc=d.straghkov@ispras.ru \
--cc=dan.carpenter@oracle.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=ross.schm.dev@gmail.com \
--cc=straube.linux@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox