Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1548051 > unrolled thread

[PATCH] Bluetooth: btmrvl: fix spelling mistake: "caibration" -> "calibration"

Started byColin King <colin.king@canonical.com>
First post2016-12-28 22:40 +0100
Last post2016-12-28 22:40 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] Bluetooth: btmrvl: fix spelling mistake: "caibration" -> "calibration" Colin King <colin.king@canonical.com> - 2016-12-28 22:40 +0100

#1548051 — [PATCH] Bluetooth: btmrvl: fix spelling mistake: "caibration" -> "calibration"

FromColin King <colin.king@canonical.com>
Date2016-12-28 22:40 +0100
Subject[PATCH] Bluetooth: btmrvl: fix spelling mistake: "caibration" -> "calibration"
Message-ID<sTu6Z-5G4-3@gated-at.bofh.it>
From: Colin Ian King <colin.king@canonical.com>

trivial fix to spelling mistake in BT_ERR error message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/bluetooth/btmrvl_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/bluetooth/btmrvl_main.c b/drivers/bluetooth/btmrvl_main.c
index e6a85f0..c38cb5b 100644
--- 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 calibration data");
 
 	return 0;
 }
-- 
2.10.2

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web