projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e27ee2b
)
Bluetooth: btmrvl: fix spelling mistake: "caibration" -> "calibration"
author
Colin Ian King
<colin.king@canonical.com>
Wed, 28 Dec 2016 21:30:30 +0000
(21:30 +0000)
committer
Marcel Holtmann
<marcel@holtmann.org>
Thu, 16 Feb 2017 16:38:51 +0000
(17:38 +0100)
trivial fix to spelling mistake in BT_ERR error message
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/btmrvl_main.c
patch
|
blob
|
history
diff --git
a/drivers/bluetooth/btmrvl_main.c
b/drivers/bluetooth/btmrvl_main.c
index
e6a85f0
..
c38cb5b
100644
(file)
--- a/
drivers/bluetooth/btmrvl_main.c
+++ b/
drivers/bluetooth/btmrvl_main.c
@@
-502,7
+502,7
@@
static int btmrvl_download_cal_data(struct btmrvl_private *priv,
ret = btmrvl_send_sync_cmd(priv, BT_CMD_LOAD_CONFIG_DATA, data,
BT_CAL_HDR_LEN + len);
if (ret)
- BT_ERR("Failed to download caibration data");
+ BT_ERR("Failed to download ca
l
ibration data");
return 0;
}