All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging:rtl8723bs:core:rtw_wlan_util:fixed indentation coding style issue
@ 2021-03-13 17:14 ` Shreya
  0 siblings, 0 replies; 4+ messages in thread
From: Shreya @ 2021-03-13 17:14 UTC (permalink / raw)
  To: gregkh
  Cc: gregkh, ross.schm.dev, straube.linux, dan.carpenter, d.straghkov,
	devel, linux-kernel, bkkarthik

Fixed the indentation of the else part of the conditional statement.

Signed-off-by: Shreya Ajith <shreya.ajithchb@gmail.com>
---
 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


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

* [PATCH] staging:rtl8723bs:core:rtw_wlan_util:fixed indentation coding style issue
@ 2021-03-13 17:14 ` Shreya
  0 siblings, 0 replies; 4+ messages in thread
From: Shreya @ 2021-03-13 17:14 UTC (permalink / raw)
  To: gregkh; +Cc: devel, gregkh, bkkarthik, d.straghkov, linux-kernel, dan.carpenter

Fixed the indentation of the else part of the conditional statement.

Signed-off-by: Shreya Ajith <shreya.ajithchb@gmail.com>
---
 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

_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

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

* Re: [PATCH] staging:rtl8723bs:core:rtw_wlan_util:fixed indentation coding style issue
  2021-03-13 17:14 ` Shreya
@ 2021-03-14 15:57   ` Greg KH
  -1 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2021-03-14 15:57 UTC (permalink / raw)
  To: Shreya; +Cc: devel, bkkarthik, d.straghkov, linux-kernel, dan.carpenter

On Sat, Mar 13, 2021 at 10:44:53PM +0530, Shreya wrote:
> Fixed the indentation of the else part of the conditional statement.
> 
> Signed-off-by: Shreya Ajith <shreya.ajithchb@gmail.com>

This name does not match your "From:" email name :(

Please fix up and resend.

thanks,

greg k-h

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

* Re: [PATCH] staging:rtl8723bs:core:rtw_wlan_util:fixed indentation coding style issue
@ 2021-03-14 15:57   ` Greg KH
  0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2021-03-14 15:57 UTC (permalink / raw)
  To: Shreya; +Cc: devel, bkkarthik, d.straghkov, dan.carpenter, linux-kernel

On Sat, Mar 13, 2021 at 10:44:53PM +0530, Shreya wrote:
> Fixed the indentation of the else part of the conditional statement.
> 
> Signed-off-by: Shreya Ajith <shreya.ajithchb@gmail.com>

This name does not match your "From:" email name :(

Please fix up and resend.

thanks,

greg k-h
_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

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

end of thread, other threads:[~2021-03-14 15:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-13 17:14 [PATCH] staging:rtl8723bs:core:rtw_wlan_util:fixed indentation coding style issue Shreya
2021-03-13 17:14 ` Shreya
2021-03-14 15:57 ` Greg KH
2021-03-14 15:57   ` Greg KH

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.