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:
8ee6421
)
Staging: rtl8188eu: Fix warning of spaces at the start of a line.
author
Elena Oat
<
[email protected]
>
Thu, 6 Mar 2014 07:35:34 +0000
(09:35 +0200)
committer
Greg Kroah-Hartman
<
[email protected]
>
Fri, 7 Mar 2014 22:47:03 +0000
(14:47 -0800)
This patch fixes the warning of "please, no spaces at the start of a
line" in file rtw_cmd.c.
Signed-off-by: Elena Oat <
[email protected]
>
Acked-by: Paul E. McKenney <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/rtl8188eu/core/rtw_cmd.c
patch
|
blob
|
history
diff --git
a/drivers/staging/rtl8188eu/core/rtw_cmd.c
b/drivers/staging/rtl8188eu/core/rtw_cmd.c
index 8406aa790f2112381597ac056935d5612e1a37b7..390406623ef041325b6a6b7ab6e50f52535c13ff 100644
(file)
--- a/
drivers/staging/rtl8188eu/core/rtw_cmd.c
+++ b/
drivers/staging/rtl8188eu/core/rtw_cmd.c
@@
-1259,7
+1259,7
@@
exit:
return res;
-
}
+}
u8 rtw_addbareq_cmd(struct adapter *padapter, u8 tid, u8 *addr)
{