mwifiex: clean up some messy indenting
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 30 Nov 2016 19:21:56 +0000 (22:21 +0300)
committerKalle Valo <kvalo@codeaurora.org>
Mon, 5 Dec 2016 11:10:11 +0000 (13:10 +0200)
These lines were indented one tab extra.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/marvell/mwifiex/sta_cmd.c

index 125e448..ad2dfd8 100644 (file)
@@ -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) {