diff mbox

mwifiex: clean up some messy indenting

Message ID 20161130192156.GD28180@mwanda (mailing list archive)
State Accepted
Commit e54a8c4b5753d1c427c8fec7f9e43e7c22ec00cc
Delegated to: Kalle Valo
Headers show

Commit Message

Dan Carpenter Nov. 30, 2016, 7:21 p.m. UTC
These lines were indented one tab extra.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>

Comments

Kalle Valo Dec. 5, 2016, 11:10 a.m. UTC | #1
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
diff mbox

Patch

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) {