[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240908101110.1028931-3-sayyad.abid16@gmail.com>
Date: Sun, 8 Sep 2024 15:41:06 +0530
From: Sayyad Abid <sayyad.abid16@...il.com>
To: linux-staging@...ts.linux.dev
Cc: philipp.g.hortmann@...il.com,
gregkh@...uxfoundation.org,
linux-kernel@...r.kernel.org,
sayyad.abid16@...il.com
Subject: [PATCH 2/6] staging: rtl8723bs: fix position of opening braces
This patch fixes the coding style issue of opening bracket "{" being on
the next line.
Signed-off-by: Sayyad Abid <sayyad.abid16@...il.com>
---
drivers/staging/rtl8723bs/include/rtw_security.h | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/drivers/staging/rtl8723bs/include/rtw_security.h b/drivers/staging/rtl8723bs/include/rtw_security.h
index 487d69460cec..3ccbccf92417 100644
--- a/drivers/staging/rtl8723bs/include/rtw_security.h
+++ b/drivers/staging/rtl8723bs/include/rtw_security.h
@@ -170,8 +170,7 @@ struct security_priv {
#define GET_ENCRY_ALGO(psecuritypriv, psta, encry_algo, bmcst)\
do {\
- switch (psecuritypriv->dot11AuthAlgrthm)\
- {\
+ switch (psecuritypriv->dot11AuthAlgrthm) {\
case dot11AuthAlgrthm_Open:\
case dot11AuthAlgrthm_Shared:\
case dot11AuthAlgrthm_Auto:\
@@ -191,8 +190,7 @@ do {\
#define SET_ICE_IV_LEN(iv_len, icv_len, encrypt)\
do {\
- switch (encrypt)\
- {\
+ switch (encrypt) {\
case _WEP40_:\
case _WEP104_:\
iv_len = 4;\
--
2.39.2
Powered by blists - more mailing lists