diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-02-18 22:52:55 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2017-02-19 00:26:37 +0100 |
commit | 8f91566f99fab8f7a0d2728a1e3defb13675837a (patch) | |
tree | b12fca5d334540ff503218c0c74833e1fc9b6d4c /drivers/bluetooth | |
parent | e059a465cc79c510003a23b72e39d4a85bdfa00f (diff) |
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>
Diffstat (limited to 'drivers/bluetooth')
-rw-r--r-- | drivers/bluetooth/btmrvl_sdio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bluetooth/btmrvl_sdio.c b/drivers/bluetooth/btmrvl_sdio.c index 23711fe9e0a5..08e01f002bad 100644 --- a/drivers/bluetooth/btmrvl_sdio.c +++ b/drivers/bluetooth/btmrvl_sdio.c @@ -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; } |