From: Shreya <shreya.ajithchb@gmail.com>
To: gregkh@linuxfoundation.org
Cc: gregkh@linuxfoundation.org, ross.schm.dev@gmail.com,
straube.linux@gmail.com, dan.carpenter@oracle.com,
d.straghkov@ispras.ru, devel@driverdev.osuosl.org,
linux-kernel@vger.kernel.org, bkkarthik@pesu.pes.edu
Subject: [PATCH v2] staging:rtl8723bs:core:rtw_wlan_util:fixed indentation coding style issue
Date: Sun, 14 Mar 2021 21:58:55 +0530 [thread overview]
Message-ID: <20210314162855.GA2002@shreya-VirtualBox> (raw)
Fixed the indentation of the else part of the conditional statement.
Signed-off-by: Shreya <shreya.ajithchb@gmail.com>
---
v1 -> v2:
Changed name in signed-off-by to match name 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
next reply other threads:[~2021-03-14 16:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-14 16:28 Shreya [this message]
2021-03-16 11:26 ` [PATCH v2] staging:rtl8723bs:core:rtw_wlan_util:fixed indentation coding style issue Greg KH
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=20210314162855.GA2002@shreya-VirtualBox \
--to=shreya.ajithchb@gmail.com \
--cc=bkkarthik@pesu.pes.edu \
--cc=d.straghkov@ispras.ru \
--cc=dan.carpenter@oracle.com \
--cc=devel@driverdev.osuosl.org \
--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 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.