mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
adc176c547
commit
e54a8c4b57
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue