[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20240730064812.1979-1-guilherme@puida.xyz>
Date: Tue, 30 Jul 2024 06:48:12 +0000
From: Guilherme Puida Moreira <guilherme@...da.xyz>
To:
Cc: ~lkcamp/patches@...ts.sr.ht,
helen.koike@...labora.com,
gregkh@...uxfoundation.org,
linux-staging@...ts.linux.dev,
linux-kernel@...r.kernel.org
Subject: [PATCH] staging: rtl8723bs: place opening brace on previous line
Fix checkpatch diagnostic "ERROR: that open brace { should be on the
previous line" in rtw_security.h:173
Signed-off-by: Guilherme Puida Moreira <guilherme@...da.xyz>
---
Hello! This is my first patch, so go easy on me :^)
drivers/staging/rtl8723bs/include/rtw_security.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/staging/rtl8723bs/include/rtw_security.h b/drivers/staging/rtl8723bs/include/rtw_security.h
index 98afbd305..c3e47d526 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:\
--
2.20.1
Powered by blists - more mailing lists