diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2016-11-30 22:21:56 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2016-12-05 14:10:11 +0300 |
commit | e54a8c4b5753d1c427c8fec7f9e43e7c22ec00cc (patch) | |
tree | c18abfebc29311fca1b90191932d1fb58b12cfaf /drivers/net | |
parent | adc176c5472214971d77c1a61c83db9b01e9cdc7 (diff) | |
download | linux-e54a8c4b5753d1c427c8fec7f9e43e7c22ec00cc.tar.xz |
mwifiex: clean up some messy indenting
These lines were indented one tab extra.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/wireless/marvell/mwifiex/sta_cmd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/marvell/mwifiex/sta_cmd.c b/drivers/net/wireless/marvell/mwifiex/sta_cmd.c index 125e448712dd..ad2dfd8135b8 100644 --- a/drivers/net/wireless/marvell/mwifiex/sta_cmd.c +++ b/drivers/net/wireless/marvell/mwifiex/sta_cmd.c @@ -1935,8 +1935,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) { |