[PATCH] staging: rtl8723bs: remove extra blank lines in rtw_qos.h

From: Som Tripathi

Date: Sun Jul 19 2026 - 03:53:58 EST


From: Som Tripathi <tripathisom142004@xxxxxxxxx>

Fix checkpatch.pl warnings by removing extra blank lines:

- after the license header, before the include guard
- inside the include guard, before the struct definition
- before the closing #endif

No functional change.

Signed-off-by: Som Tripathi <tripathisom142004@xxxxxxxxx>
Assisted-by: Claude:claude-sonnet-5
---
drivers/staging/rtl8723bs/include/rtw_qos.h | 4 ----
1 file changed, 4 deletions(-)

diff --git a/drivers/staging/rtl8723bs/include/rtw_qos.h b/drivers/staging/rtl8723bs/include/rtw_qos.h
index 1f28837f6..733bfacef 100644
--- a/drivers/staging/rtl8723bs/include/rtw_qos.h
+++ b/drivers/staging/rtl8723bs/include/rtw_qos.h
@@ -5,15 +5,11 @@
*
******************************************************************************/

-
#ifndef _RTW_QOS_H_
#define _RTW_QOS_H_

-
-
struct qos_priv {
unsigned int qos_option; /* bit mask option: u-apsd, s-apsd, ts, block ack... */
};

-
#endif /* _RTL871X_QOS_H_ */