]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
remoteproc: fix spelling mistake: "Resouce" -> "Resource"
authorColin Ian King <colin.king@canonical.com>
Mon, 29 May 2017 06:23:52 +0000 (07:23 +0100)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Wed, 31 May 2017 03:57:40 +0000 (20:57 -0700)
Trivial fix to spelling mistake in dev_err message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
drivers/remoteproc/remoteproc_core.c

index 369ba0f8429ca3395e2412aa1e64e5733e3966b8..564061dcc019fa9fbfe2b9cdb8353a3bd5be9caf 100644 (file)
@@ -856,7 +856,7 @@ static int rproc_start(struct rproc *rproc, const struct firmware *fw)
        /* look for the resource table */
        table = rproc_find_rsc_table(rproc, fw, &tablesz);
        if (!table) {
-               dev_err(dev, "Resouce table look up failed\n");
+               dev_err(dev, "Resource table look up failed\n");
                return -EINVAL;
        }