mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 09:49:58 -04:00
staging: rtl8192e: remove blank line in bss_ht struct
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
305c9947cc
commit
f931638951
@@ -179,7 +179,6 @@ struct rt_hi_throughput {
|
||||
} __packed;
|
||||
|
||||
struct bss_ht {
|
||||
|
||||
u8 bdSupportHT;
|
||||
|
||||
u8 bdHTCapBuf[32];
|
||||
|
||||
Reference in New Issue
Block a user