* [PATCH] staging rtl8723bs: align function parameters in aes_decipher
@ 2026-09-25 16:28 Rishik Yechuri
0 siblings, 0 replies; only message in thread
From: Rishik Yechuri @ 2026-09-25 16:28 UTC (permalink / raw)
To: Greg Kroah-Hartman
Cc: Rishik Yechuri, Gabriel Windlin, linux-staging, linux-kernel
Fix checkpatch.pl alignment check in aes_decipher() where parameter
alignment on the second line didn't match the open parenthesis
Signed-off-by: Rishik Yechuri <rishikyechuri@protonmail.com>
---
drivers/staging/rtl8723bs/core/rtw_security.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/rtl8723bs/core/rtw_security.c b/drivers/staging/rtl8723bs/core/rtw_security.c
index 3de102a27..6a4e50d71 100644
--- a/drivers/staging/rtl8723bs/core/rtw_security.c
+++ b/drivers/staging/rtl8723bs/core/rtw_security.c
@@ -966,8 +966,8 @@ u32 rtw_aes_encrypt(struct adapter *padapter, u8 *pxmitframe)
return res;
}
-static signed int aes_decipher(u8 *key, uint hdrlen,
- u8 *pframe, uint plen)
+static signed int aes_decipher(u8 *key, uint hdrlen,
+ u8 *pframe, uint plen)
{
static u8 message[MAX_MSG_SIZE];
uint qc_exists, a4_exists, i, j, payload_remainder,
--
2.43.0
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-25 16:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-25 16:28 [PATCH] staging rtl8723bs: align function parameters in aes_decipher Rishik Yechuri
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®