staging: rtl8712: delete one space before if statement
authorLouie Lu <louie.lu@hopebaytech.com>
Fri, 2 Sep 2016 10:15:07 +0000 (18:15 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 2 Sep 2016 12:55:54 +0000 (14:55 +0200)
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>
drivers/staging/rtl8712/os_intfs.c

index b615fbf..cbe4de0 100644 (file)
@@ -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);