* [PATCH] staging: rtl8723bs: Align next line to open parentheses in core/rtw_xmit.c
@ 2025-05-17 0:44 Milos
2025-05-21 11:49 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Milos @ 2025-05-17 0:44 UTC (permalink / raw)
To: gregkh, linux-staging, linux-kernel, outreachy
Adhere to Linux kernel coding style.
Reported by checkpatch:
CHECK: Alignment should match open parentheses
Signed-off-by: Milos <milospuric856@gmail.com>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] staging: rtl8723bs: Align next line to open parentheses in core/rtw_xmit.c
2025-05-17 0:44 [PATCH] staging: rtl8723bs: Align next line to open parentheses in core/rtw_xmit.c Milos
@ 2025-05-21 11:49 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2025-05-21 11:49 UTC (permalink / raw)
To: Milos; +Cc: linux-staging, linux-kernel, outreachy
On Sat, May 17, 2025 at 01:44:50AM +0100, Milos wrote:
> Adhere to Linux kernel coding style.
>
> Reported by checkpatch:
>
> CHECK: Alignment should match open parentheses
>
> Signed-off-by: Milos <milospuric856@gmail.com>
We need a full name here, please resend with that.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-05-21 11:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-17 0:44 [PATCH] staging: rtl8723bs: Align next line to open parentheses in core/rtw_xmit.c Milos
2025-05-21 11:49 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox