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:
5a69d92
)
wlan-ng/prism2sta:checkpatch: Fix string split
author
Johannes Stadlinger
<
[email protected]
>
Thu, 19 Jun 2014 19:20:19 +0000
(21:20 +0200)
committer
Greg Kroah-Hartman
<
[email protected]
>
Fri, 20 Jun 2014 00:30:13 +0000
(17:30 -0700)
This patch fixes a warning of checkpatch about string splitting.
Signed-off-by: Johannes Stadlinger <
[email protected]
>
Signed-off-by: Maximilian Eschenbacher <
[email protected]
>
CC:
[email protected]
CC: Tugce Sirin <
[email protected]
>
Reviewed-by: Josh Triplett <
[email protected]
>
CC: Vitaly Osipov <
[email protected]
>
CC: Neil Armstrong <
[email protected]
>
CC: Paul Gortmaker <
[email protected]
>
CC:
[email protected]
CC:
[email protected]
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/wlan-ng/prism2sta.c
patch
|
blob
|
history
diff --git
a/drivers/staging/wlan-ng/prism2sta.c
b/drivers/staging/wlan-ng/prism2sta.c
index 278b6a1ef31f9fe6090ec461b382b6f588b9418d..54fa468cae6beee4c93cf391e05458197aa4b9fe 100644
(file)
--- a/
drivers/staging/wlan-ng/prism2sta.c
+++ b/
drivers/staging/wlan-ng/prism2sta.c
@@
-467,8
+467,7
@@
u32 prism2sta_ifstate(wlandevice_t *wlandev, u32 ifstate)
break;
case WLAN_MSD_RUNNING:
netdev_warn(wlandev->netdev,
- "Cannot enter fwload state from enable state,"
- "you must disable first.\n");
+ "Cannot enter fwload state from enable state, you must disable first.\n");
result = P80211ENUM_resultcode_invalid_parameters;
break;
case WLAN_MSD_HWFAIL: