提交 a9a4840d 编写于 作者: C Colin Ian King 提交者: Marcel Holtmann

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

trivial fix to spelling mistake in BT_ERR error message
Signed-off-by: NColin Ian King <colin.king@canonical.com>
Signed-off-by: NMarcel Holtmann <marcel@holtmann.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册