projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e059a46
)
btmrvl: fix spelling mistake: "actived" -> "activated"
author
Colin Ian King
<colin.king@canonical.com>
Sat, 18 Feb 2017 22:52:55 +0000
(22:52 +0000)
committer
Marcel Holtmann
<marcel@holtmann.org>
Sat, 18 Feb 2017 23:26:37 +0000
(
00:26
+0100)
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>
drivers/bluetooth/btmrvl_sdio.c
patch
|
blob
|
history
diff --git
a/drivers/bluetooth/btmrvl_sdio.c
b/drivers/bluetooth/btmrvl_sdio.c
index 23711fe9e0a53a17ffadbade604d0363b63fa51a..08e01f002bad215c7dc5929ea1a2cf7e42f4a820 100644
(file)
--- 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 activ
at
ed, suspend failed!");
priv->adapter->is_suspending = false;
return -EBUSY;
}