* [patch] mwifiex: clean up some messy indenting
@ 2016-11-30 19:21 Dan Carpenter
2016-12-05 11:10 ` Kalle Valo
0 siblings, 1 reply; 2+ messages in thread
From: Dan Carpenter @ 2016-11-30 19:21 UTC (permalink / raw)
To: Amitkumar Karwar, Karthik D A
Cc: Nishant Sarmukadam, Kalle Valo, linux-wireless, kernel-janitors
These lines were indented one tab extra.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
diff --git a/drivers/net/wireless/marvell/mwifiex/sta_cmd.c b/drivers/net/wireless/marvell/mwifiex/sta_cmd.c
index f5dffdf..fdc6cc2 100644
--- a/drivers/net/wireless/marvell/mwifiex/sta_cmd.c
+++ b/drivers/net/wireless/marvell/mwifiex/sta_cmd.c
@@ -1937,8 +1937,8 @@ int mwifiex_sta_prepare_cmd(struct mwifiex_private *priv, uint16_t cmd_no,
mwifiex_dbg(priv->adapter, ERROR,
"0x%x command not supported by firmware\n",
cmd_no);
- return -EOPNOTSUPP;
- }
+ return -EOPNOTSUPP;
+ }
/* Prepare command */
switch (cmd_no) {
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: mwifiex: clean up some messy indenting
2016-11-30 19:21 [patch] mwifiex: clean up some messy indenting Dan Carpenter
@ 2016-12-05 11:10 ` Kalle Valo
0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2016-12-05 11:10 UTC (permalink / raw)
To: Dan Carpenter
Cc: Amitkumar Karwar, Karthik D A, Nishant Sarmukadam, linux-wireless,
kernel-janitors
Dan Carpenter <dan.carpenter@oracle.com> wrote:
> These lines were indented one tab extra.
>
> Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
>
> diff --git a/drivers/net/wireless/marvell/mwifiex/sta_cmd.c b/drivers/net/wireless/marvell/mwifiex/sta_cmd.c
> index f5dffdf..fdc6cc2 100644
> --- a/drivers/net/wireless/marvell/mwifiex/sta_cmd.c
> +++ b/drivers/net/wireless/marvell/mwifiex/sta_cmd.c
> @@ -1937,8 +1937,8 @@ int mwifiex_sta_prepare_cmd(struct mwifiex_private *priv, uint16_t cmd_no,
> mwifiex_dbg(priv->adapter, ERROR,
> "0x%x command not supported by firmware\n",
> cmd_no);
> - return -EOPNOTSUPP;
> - }
> + return -EOPNOTSUPP;
> + }
>
> /* Prepare command */
> switch (cmd_no) {
Patch applied to wireless-drivers-next.git, thanks.
e54a8c4b5753 mwifiex: clean up some messy indenting
--
https://patchwork.kernel.org/patch/9454717/
Documentation about submitting wireless patches and checking status
from patchwork:
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-12-05 11:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-30 19:21 [patch] mwifiex: clean up some messy indenting Dan Carpenter
2016-12-05 11:10 ` Kalle Valo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).