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:
1e1b416
)
wlcore: clean up an indentation issue
author
Colin Ian King
<colin.king@canonical.com>
Fri, 18 Jan 2019 23:12:31 +0000
(23:12 +0000)
committer
Kalle Valo
<kvalo@codeaurora.org>
Fri, 1 Feb 2019 12:27:13 +0000
(14:27 +0200)
There is a goto statement that is missing a tab for indentation. Fix this.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ti/wlcore/cmd.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ti/wlcore/cmd.c
b/drivers/net/wireless/ti/wlcore/cmd.c
index 903968735a74202957c7a04ad563adb7c47feb80..348be0aed97e51be4e8b2bcf9cb9c2565b386cf5 100644
(file)
--- a/
drivers/net/wireless/ti/wlcore/cmd.c
+++ b/
drivers/net/wireless/ti/wlcore/cmd.c
@@
-1427,7
+1427,7
@@
int wl1271_cmd_set_sta_key(struct wl1271 *wl, struct wl12xx_vif *wlvif,
ret = wl1271_cmd_send(wl, CMD_SET_KEYS, cmd, sizeof(*cmd), 0);
if (ret < 0) {
wl1271_warning("could not set keys");
- goto out;
+
goto out;
}
out: