From: William Durand Date: Sat, 20 Feb 2021 17:28:57 +0000 (+0000) Subject: staging: rtl8192e: remove blank line in bss_ht struct X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f9316389513eb5ac4efbf11171ed02a83719e322;p=linux.git 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 Signed-off-by: William Durand Link: https://lore.kernel.org/r/20210220172909.15812-2-will+git@drnd.me Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8192e/rtl819x_HT.h b/drivers/staging/rtl8192e/rtl819x_HT.h index 11269fe6b395a..1bbb9ed18e6dd 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];