mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-06 22:42:10 +00:00
btmrvl: fix spelling mistake: "actived" -> "activated"
trivial fix to spelling mistake in error message Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
This commit is contained in:
parent
e059a465cc
commit
8f91566f99
1 changed files with 1 additions and 1 deletions
|
@ -1624,7 +1624,7 @@ static int btmrvl_sdio_suspend(struct device *dev)
|
||||||
|
|
||||||
if (priv->adapter->hs_state != HS_ACTIVATED) {
|
if (priv->adapter->hs_state != HS_ACTIVATED) {
|
||||||
if (btmrvl_enable_hs(priv)) {
|
if (btmrvl_enable_hs(priv)) {
|
||||||
BT_ERR("HS not actived, suspend failed!");
|
BT_ERR("HS not activated, suspend failed!");
|
||||||
priv->adapter->is_suspending = false;
|
priv->adapter->is_suspending = false;
|
||||||
return -EBUSY;
|
return -EBUSY;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue