mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-04 13:24:22 -04: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:
committed by
Kalle Valo
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);
|
||||
|
||||
Reference in New Issue
Block a user