[<prev] [next>] [day] [month] [year] [list]
Message-ID: <aC3UOPYv8HmzRvij@milos-ThinkPad-T14-Gen-3>
Date: Wed, 21 May 2025 14:25:12 +0100
From: Milos Puric <milospuric856@...il.com>
To: gregkh@...uxfoundation.org, linux-staging@...ts.linux.dev,
linux-kernel@...r.kernel.org, outreachy@...ts.linux.dev
Subject: [PATCH v2] staging: rtl8723bs: Align next line to open parentheses
in core/rtw_xmit.c
Adhere to Linux kernel coding style.
Reported by checkpatch:
CHECK: Alignment should match open parentheses
Signed-off-by: Milos Puric <milospuric856@...il.com>
---
Changes in v2:
- Include author full name.
drivers/staging/rtl8723bs/core/rtw_xmit.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/rtl8723bs/core/rtw_xmit.c b/drivers/staging/rtl8723bs/core/rtw_xmit.c
index 026d58b4bd7f..8c6841f078b4 100644
--- a/drivers/staging/rtl8723bs/core/rtw_xmit.c
+++ b/drivers/staging/rtl8723bs/core/rtw_xmit.c
@@ -381,7 +381,7 @@ static void update_attrib_vcs_info(struct adapter *padapter, struct xmit_frame *
while (true) {
/* IOT action */
if ((pmlmeinfo->assoc_AP_vendor == HT_IOT_PEER_ATHEROS) && (pattrib->ampdu_en == true) &&
- (padapter->securitypriv.dot11PrivacyAlgrthm == _AES_)) {
+ (padapter->securitypriv.dot11PrivacyAlgrthm == _AES_)) {
pattrib->vcs_mode = CTS_TO_SELF;
break;
}
--
2.43.0
Powered by blists - more mailing lists