forked from Minki/linux
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>
This commit is contained in:
parent
d003c346bf
commit
649ad1165a
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user