[PATCH v2 01/13] staging: rtl8192e: remove blank line in bss_ht struct

From: William Durand
Date: Wed Feb 24 2021 - 15:09:46 EST


Fix a checkpatch warning about a blank line after an open curly brace.

Signed-off-by: William Durand <will+git@xxxxxxx>
---
drivers/staging/rtl8192e/rtl819x_HT.h | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/staging/rtl8192e/rtl819x_HT.h b/drivers/staging/rtl8192e/rtl819x_HT.h
index 11269fe6b395..1bbb9ed18e6d 100644
--- a/drivers/staging/rtl8192e/rtl819x_HT.h
+++ b/drivers/staging/rtl8192e/rtl819x_HT.h
@@ -179,7 +179,6 @@ struct rt_hi_throughput {
} __packed;

struct bss_ht {
-
u8 bdSupportHT;

u8 bdHTCapBuf[32];
--
2.30.0