* [PATCH] wlcore: clean up an indentation issue @ 2019-01-18 23:12 Colin King 2019-02-01 12:27 ` Kalle Valo 0 siblings, 1 reply; 3+ messages in thread From: Colin King @ 2019-01-18 23:12 UTC (permalink / raw) To: Kalle Valo, David S . Miller, Tony Lindgren, linux-wireless, netdev Cc: kernel-janitors, linux-kernel From: Colin Ian King <colin.king@canonical.com> There is a goto statement that is missing a tab for indentation. Fix this. Signed-off-by: Colin Ian King <colin.king@canonical.com> --- drivers/net/wireless/ti/wlcore/cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/wireless/ti/wlcore/cmd.c b/drivers/net/wireless/ti/wlcore/cmd.c index 903968735a74..348be0aed97e 100644 --- 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: -- 2.19.1 ^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] wlcore: clean up an indentation issue 2019-01-18 23:12 [PATCH] wlcore: clean up an indentation issue Colin King @ 2019-02-01 12:27 ` Kalle Valo 0 siblings, 0 replies; 3+ messages in thread From: Kalle Valo @ 2019-02-01 12:27 UTC (permalink / raw) To: Colin King Cc: David S . Miller, Tony Lindgren, linux-wireless, netdev, kernel-janitors, linux-kernel Colin King <colin.king@canonical.com> wrote: > From: Colin Ian King <colin.king@canonical.com> > > There is a goto statement that is missing a tab for indentation. Fix this. > > Signed-off-by: Colin Ian King <colin.king@canonical.com> Patch applied to wireless-drivers-next.git, thanks. 112ec26fcdc5 wlcore: clean up an indentation issue -- https://patchwork.kernel.org/patch/10771801/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] wlcore: clean up an indentation issue @ 2019-02-01 12:27 ` Kalle Valo 0 siblings, 0 replies; 3+ messages in thread From: Kalle Valo @ 2019-02-01 12:27 UTC (permalink / raw) To: Colin King Cc: David S . Miller, Tony Lindgren, linux-wireless, netdev, kernel-janitors, linux-kernel Colin King <colin.king@canonical.com> wrote: > From: Colin Ian King <colin.king@canonical.com> > > There is a goto statement that is missing a tab for indentation. Fix this. > > Signed-off-by: Colin Ian King <colin.king@canonical.com> Patch applied to wireless-drivers-next.git, thanks. 112ec26fcdc5 wlcore: clean up an indentation issue -- https://patchwork.kernel.org/patch/10771801/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-02-01 12:27 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2019-01-18 23:12 [PATCH] wlcore: clean up an indentation issue Colin King 2019-02-01 12:27 ` Kalle Valo 2019-02-01 12:27 ` Kalle Valo
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.