slimbus: ngd: fix spelling mistake "exeeds" -> "exceeds"
authorColin Ian King <colin.king@canonical.com>
Fri, 30 Nov 2018 11:57:42 +0000 (11:57 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Dec 2018 14:50:06 +0000 (15:50 +0100)
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>
drivers/slimbus/qcom-ngd-ctrl.c

index ccf33217236cc243aced78192986c9bf4ea7d71b..71f094c9ec6846a3fee3322b8f3976033479a937 100644 (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;
        }