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

Som Tripathi posted 1 patch 5 days, 19 hours ago
drivers/staging/rtl8723bs/include/rtw_qos.h | 4 ----
1 file changed, 4 deletions(-)
[PATCH] staging: rtl8723bs: remove extra blank lines in rtw_qos.h
Posted by Som Tripathi 5 days, 19 hours ago
From: Som Tripathi <tripathisom142004@gmail.com>

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@gmail.com>
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_ */