staging: rtl8192e: remove blank line in bss_ht struct
authorWilliam Durand <will+git@drnd.me>
Sat, 20 Feb 2021 17:28:57 +0000 (17:28 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 10 Mar 2021 08:25:29 +0000 (09:25 +0100)
Fix a checkpatch warning about a blank line after an open curly brace.

Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: William Durand <will+git@drnd.me>
Link: https://lore.kernel.org/r/20210220172909.15812-2-will+git@drnd.me
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtl819x_HT.h

index 11269fe..1bbb9ed 100644 (file)
@@ -179,7 +179,6 @@ struct rt_hi_throughput {
 } __packed;
 
 struct bss_ht {
-
        u8                              bdSupportHT;
 
        u8                                      bdHTCapBuf[32];