diff options
author | William Durand <will+git@drnd.me> | 2021-02-13 06:47:11 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-02-14 00:37:49 +0300 |
commit | 465e8997e8543f78aac5016af018a4ceb445a21b (patch) | |
tree | 7617a96521faa9a7282b39959cab61c903ec75f5 /drivers/staging | |
parent | a2ea4e1d9091cd8bc69f1c42c15bedc38618f04c (diff) | |
download | linux-465e8997e8543f78aac5016af018a4ceb445a21b.tar.xz |
staging: rtl8192e: remove multiple blank lines
This patch removes some blank lines in order to fix a checkpatch issue.
Signed-off-by: William Durand <will+git@drnd.me>
Link: https://lore.kernel.org/r/20210213034711.14823-1-will+git@drnd.me
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging')
-rw-r--r-- | drivers/staging/rtl8192e/rtllib_wx.c | 2 |
1 files changed, 0 insertions, 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; |