From 3965ae85dbd56ec2eda1ac70eb67d16a9bb9c660 Mon Sep 17 00:00:00 2001 From: Amadeusz Pawlik Date: Sat, 19 Dec 2015 16:36:35 +0100 Subject: [PATCH] staging: rtl8192e: Clean unnecessary blank lines Fixes a couple of issues detected by checkpatch with regard to blank lines. Signed-off-by: Amadeusz Pawlik Signed-off-by: Greg Kroah-Hartman --- drivers/staging/rtl8192e/dot11d.h | 3 --- 1 file changed, 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; -- 2.34.1