Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8f91566f authored by Colin Ian King's avatar Colin Ian King Committed by Marcel Holtmann
Browse files

btmrvl: fix spelling mistake: "actived" -> "activated"



trivial fix to spelling mistake in error message

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent e059a465
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1624,7 +1624,7 @@ static int btmrvl_sdio_suspend(struct device *dev)

	if (priv->adapter->hs_state != HS_ACTIVATED) {
		if (btmrvl_enable_hs(priv)) {
			BT_ERR("HS not actived, suspend failed!");
			BT_ERR("HS not activated, suspend failed!");
			priv->adapter->is_suspending = false;
			return -EBUSY;
		}