OSDN Git Service

wlcore: clean up an indentation issue
authorColin Ian King <colin.king@canonical.com>
Fri, 18 Jan 2019 23:12:31 +0000 (23:12 +0000)
committerKalle 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

index 9039687..348be0a 100644 (file)
@@ -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: