diff options
author | Amadeusz Pawlik <potrzebye@gmail.com> | 2015-12-19 16:36:35 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-02-07 20:01:45 -0800 |
commit | 3965ae85dbd56ec2eda1ac70eb67d16a9bb9c660 (patch) | |
tree | eca6ce4c1afc269fa63e3eb236c12fd29c1362e1 /drivers/staging/rtl8192e | |
parent | bc6abf32bea8ec9f0d0e3a7adab0ad8c50f13ef1 (diff) |
staging: rtl8192e: Clean unnecessary blank lines
Fixes a couple of issues detected by checkpatch with regard to blank lines.
Signed-off-by: Amadeusz Pawlik <potrzebye@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8192e')
-rw-r--r-- | drivers/staging/rtl8192e/dot11d.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/rtl8192e/dot11d.h b/drivers/staging/rtl8192e/dot11d.h index 2c19054cf027..735a199ebdcf 100644 --- a/drivers/staging/rtl8192e/dot11d.h +++ b/drivers/staging/rtl8192e/dot11d.h @@ -17,8 +17,6 @@ #include "rtllib.h" - - struct chnl_txpow_triple { u8 FirstChnl; u8 NumChnls; @@ -42,7 +40,6 @@ enum dot11d_state { */ struct rt_dot11d_info { - bool bEnabled; u16 CountryIeLen; |