1
0
Fork 0

slimbus: ngd: fix spelling mistake "exeeds" -> "exceeds"

There is a spelling mistake in a dev_err message, fix this.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
hifive-unleashed-5.1
Colin Ian King 2018-11-30 11:57:42 +00:00 committed by Greg Kroah-Hartman
parent d003c346bf
commit 649ad1165a
1 changed files with 1 additions and 1 deletions

View File

@ -787,7 +787,7 @@ static int qcom_slim_ngd_xfer_msg(struct slim_controller *sctrl,
if (txn->msg->num_bytes > SLIM_MSGQ_BUF_LEN ||
txn->rl > SLIM_MSGQ_BUF_LEN) {
dev_err(ctrl->dev, "msg exeeds HW limit\n");
dev_err(ctrl->dev, "msg exceeds HW limit\n");
return -EINVAL;
}