mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-24 21:57:25 +07:00
libertas: fix indentation issue
There is a statement that is incorrectly indented, fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
parent
a4296994eb
commit
6dcbe4592e
@ -676,7 +676,7 @@ int lbtf_remove_card(struct lbtf_private *priv)
|
||||
ieee80211_unregister_hw(hw);
|
||||
ieee80211_free_hw(hw);
|
||||
|
||||
lbtf_deb_leave(LBTF_DEB_MAIN);
|
||||
lbtf_deb_leave(LBTF_DEB_MAIN);
|
||||
return 0;
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(lbtf_remove_card);
|
||||
|
Loading…
Reference in New Issue
Block a user