aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8712/os_intfs.c
diff options
context:
space:
mode:
authorLouie Lu <louie.lu@hopebaytech.com>2016-09-02 18:15:07 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-09-02 14:55:54 +0200
commit8f8064e4ccc0579dae927246dd00b7ac6d6ffd89 (patch)
tree97de67ea5b98a9f1b108c67f9faeee379f51a15e /drivers/staging/rtl8712/os_intfs.c
parentstaging: octeon: prevent poll during rx init (diff)
downloadlinux-dev-8f8064e4ccc0579dae927246dd00b7ac6d6ffd89.tar.xz
linux-dev-8f8064e4ccc0579dae927246dd00b7ac6d6ffd89.zip
staging: rtl8712: delete one space before if statement
This patch fixed minor checkpatch warning: WARNING: Statements should start on a tabstop Signed-off-by: Louie Lu <louie.lu@hopebaytech.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8712/os_intfs.c')
-rw-r--r--drivers/staging/rtl8712/os_intfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8712/os_intfs.c b/drivers/staging/rtl8712/os_intfs.c
index b615fbfa30ab..cbe4de05d26b 100644
--- a/drivers/staging/rtl8712/os_intfs.c
+++ b/drivers/staging/rtl8712/os_intfs.c
@@ -425,7 +425,7 @@ static int netdev_open(struct net_device *pnetdev)
else
netif_wake_queue(pnetdev);
- if (video_mode)
+ if (video_mode)
enable_video_mode(padapter, cbw40_enable);
/* start driver mlme relation timer */
start_drv_timers(padapter);