projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d48f10f
)
staging: rtl8712: delete one space before if statement
author
Louie Lu
<louie.lu@hopebaytech.com>
Fri, 2 Sep 2016 10:15:07 +0000
(18:15 +0800)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/drivers/staging/rtl8712/os_intfs.c
b/drivers/staging/rtl8712/os_intfs.c
index b615fbfa30ab431a18d66d3869eeca663d64810c..cbe4de05d26b9a83d1beec9e72d427244f1552e7 100644
(file)
--- 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);