Commit e54a8c4b authored by Dan Carpenter's avatar Dan Carpenter Committed by Kalle Valo

mwifiex: clean up some messy indenting

These lines were indented one tab extra.
Signed-off-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent adc176c5
......@@ -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) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment