mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
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,
|
mwifiex_dbg(priv->adapter, ERROR,
|
||||||
"0x%x command not supported by firmware\n",
|
"0x%x command not supported by firmware\n",
|
||||||
cmd_no);
|
cmd_no);
|
||||||
return -EOPNOTSUPP;
|
return -EOPNOTSUPP;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Prepare command */
|
/* Prepare command */
|
||||||
switch (cmd_no) {
|
switch (cmd_no) {
|
||||||
|
Loading…
Reference in New Issue
Block a user