public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH] staging: rtl8723bs: fix alignment issue in rtw_xmit.c
@ 2026-04-18  3:01 Hari Haran
  2026-04-18  6:57 ` Luka Gejak
  0 siblings, 1 reply; 7+ messages in thread
From: Hari Haran @ 2026-04-18  3:01 UTC (permalink / raw)
  To: gregkh@linuxfoundation.org; +Cc: linux-staging, linux-kernel


[-- Attachment #1.1: Type: text/plain, Size: 1064 bytes --]

From e49981e80ea3535189a2ff2a5b6c0185ccac5acb Mon Sep 17 00:00:00 2001
From: Haribytecode <osdevhari@gmail.com>
Date: Fri, 17 Apr 2026 22:57:13 +0530
Subject: [PATCH] staging: rtl8723bs: fix alignment issue in rtw_xmit.c

Fix checkpatch alignment warning to match kernel coding style.

Signed-off-by: Haribytecode <osdevhari@gmail.com>
---
 drivers/staging/rtl8723bs/core/rtw_xmit.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/rtl8723bs/core/rtw_xmit.c
b/drivers/staging/rtl8723bs/core/rtw_xmit.c
index 7b18be8912e6..d77a2f3603ae 100644
--- a/drivers/staging/rtl8723bs/core/rtw_xmit.c
+++ b/drivers/staging/rtl8723bs/core/rtw_xmit.c
@@ -2483,8 +2483,8 @@ struct xmit_buf
*dequeue_pending_xmitbuf_under_survey(struct xmit_priv *pxmitpri
  type = GetFrameSubType(pxmitbuf->pbuf + TXDESC_OFFSET);

  if ((type == WIFI_PROBEREQ) ||
- (type == WIFI_DATA_NULL) ||
- (type == WIFI_QOS_DATA_NULL)) {
+    (type == WIFI_DATA_NULL) ||
+    (type == WIFI_QOS_DATA_NULL)) {
  list_del_init(&pxmitbuf->list);
  break;
  }
-- 
2.53.0

[-- Attachment #1.2: Type: text/html, Size: 1319 bytes --]

[-- Attachment #2: 0001-staging-rtl8723bs-fix-alignment-issue-in-rtw_xmit.c.patch --]
[-- Type: text/x-patch, Size: 1090 bytes --]

From e49981e80ea3535189a2ff2a5b6c0185ccac5acb Mon Sep 17 00:00:00 2001
From: Haribytecode <osdevhari@gmail.com>
Date: Fri, 17 Apr 2026 22:57:13 +0530
Subject: [PATCH] staging: rtl8723bs: fix alignment issue in rtw_xmit.c

Fix checkpatch alignment warning to match kernel coding style.

Signed-off-by: Haribytecode <osdevhari@gmail.com>
---
 drivers/staging/rtl8723bs/core/rtw_xmit.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/rtl8723bs/core/rtw_xmit.c b/drivers/staging/rtl8723bs/core/rtw_xmit.c
index 7b18be8912e6..d77a2f3603ae 100644
--- a/drivers/staging/rtl8723bs/core/rtw_xmit.c
+++ b/drivers/staging/rtl8723bs/core/rtw_xmit.c
@@ -2483,8 +2483,8 @@ struct xmit_buf *dequeue_pending_xmitbuf_under_survey(struct xmit_priv *pxmitpri
 			type = GetFrameSubType(pxmitbuf->pbuf + TXDESC_OFFSET);
 
 			if ((type == WIFI_PROBEREQ) ||
-				(type == WIFI_DATA_NULL) ||
-				(type == WIFI_QOS_DATA_NULL)) {
+			    (type == WIFI_DATA_NULL) ||
+			    (type == WIFI_QOS_DATA_NULL)) {
 				list_del_init(&pxmitbuf->list);
 				break;
 			}
-- 
2.53.0


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2026-04-18  8:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-18  3:01 [PATCH] staging: rtl8723bs: fix alignment issue in rtw_xmit.c Hari Haran
2026-04-18  6:57 ` Luka Gejak
2026-04-18  7:11   ` Greg KH
2026-04-18  7:29     ` Luka Gejak
2026-04-18  7:37       ` Greg KH
2026-04-18  7:44         ` Luka Gejak
2026-04-18  8:04           ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox