summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSom Tripathi <tripathisom142004@gmail.com>2026-07-19 02:53:39 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-07-28 09:26:27 +0200
commit883dd75159fe7e5ce6458bbc1c290c0484b39c31 (patch)
tree6e53458a5dab680a5b8e73774af88d1b7d83aa50
parentea07d5985c1e040a9de6782de155cd73575f7d62 (diff)
downloadlinux-883dd75159fe7e5ce6458bbc1c290c0484b39c31.tar.gz
linux-883dd75159fe7e5ce6458bbc1c290c0484b39c31.zip
staging: rtl8723bs: remove extra blank lines in rtw_qos.h
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 Link: https://patch.msgid.link/20260719075339.115500-1-somtri@iastate.edu Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/rtl8723bs/include/rtw_qos.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/rtl8723bs/include/rtw_qos.h b/drivers/staging/rtl8723bs/include/rtw_qos.h
index 1f28837f6c27..733bfacef0b9 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_ */