[PATCH] staging: rtl8192e: remove multiple blank lines

From: William Durand
Date: Sat Feb 13 2021 - 11:41:50 EST


This patch removes some blank lines in order to fix a checkpatch issue.

Signed-off-by: William Durand <will+git@xxxxxxx>
---
This is my very first patch.

drivers/staging/rtl8192e/rtllib_wx.c | 2 --
1 file changed, 2 deletions(-)

diff --git a/drivers/staging/rtl8192e/rtllib_wx.c b/drivers/staging/rtl8192e/rtllib_wx.c
index aa26b2fd2774..2e486ccb6432 100644
--- a/drivers/staging/rtl8192e/rtllib_wx.c
+++ b/drivers/staging/rtl8192e/rtllib_wx.c
@@ -341,8 +341,6 @@ int rtllib_wx_set_encode(struct rtllib_device *ieee,
goto done;
}

-
-
sec.enabled = 1;
sec.flags |= SEC_ENABLED;

--
2.17.1