Skip to content

Commit fd64620

Browse files
abid-sayyadgregkh
authored andcommitted
staging: rtl8723bs: include: Fix open brace position in rtw_security.h
This change improves code readability and consistency with the rest of the kernel codebase. Reported by `checkpatch.pl`: WARNING: open brace '{' following function definitions or control statements should be on the next line. Signed-off-by: Sayyad Abid <[email protected]> Tested-by: Philipp Hortmann <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 33512ed commit fd64620

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

drivers/staging/rtl8723bs/include/rtw_security.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,7 @@ do {\
190190

191191
#define SET_ICE_IV_LEN(iv_len, icv_len, encrypt)\
192192
do {\
193-
switch (encrypt)\
194-
{\
193+
switch (encrypt) {\
195194
case _WEP40_:\
196195
case _WEP104_:\
197196
iv_len = 4;\

0 commit comments

Comments
 (0)