Commit a9a4840d authored by Colin Ian King's avatar Colin Ian King Committed by Marcel Holtmann

Bluetooth: btmrvl: fix spelling mistake: "caibration" -> "calibration"

trivial fix to spelling mistake in BT_ERR error message
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent e27ee2b1
...@@ -502,7 +502,7 @@ static int btmrvl_download_cal_data(struct btmrvl_private *priv, ...@@ -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, ret = btmrvl_send_sync_cmd(priv, BT_CMD_LOAD_CONFIG_DATA, data,
BT_CAL_HDR_LEN + len); BT_CAL_HDR_LEN + len);
if (ret) if (ret)
BT_ERR("Failed to download caibration data"); BT_ERR("Failed to download calibration data");
return 0; return 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment