]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
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 903968735a74202957c7a04ad563adb7c47feb80..348be0aed97e51be4e8b2bcf9cb9c2565b386cf5 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: