aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc/remoteproc_core.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2017-05-29 07:23:52 +0100
committerBjorn Andersson <bjorn.andersson@linaro.org>2017-05-30 20:57:40 -0700
commitca91ab5f112bdcea9516c7ce8f46f4139df69b4a (patch)
tree5d5d8721ae66256a475d3c7f533328bd66499edb /drivers/remoteproc/remoteproc_core.c
parentremoteproc: Modify recovery path to use rproc_{start,stop}() (diff)
downloadlinux-dev-ca91ab5f112bdcea9516c7ce8f46f4139df69b4a.tar.xz
linux-dev-ca91ab5f112bdcea9516c7ce8f46f4139df69b4a.zip
remoteproc: fix spelling mistake: "Resouce" -> "Resource"
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>
Diffstat (limited to 'drivers/remoteproc/remoteproc_core.c')
-rw-r--r--drivers/remoteproc/remoteproc_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/remoteproc/remoteproc_core.c b/drivers/remoteproc/remoteproc_core.c
index 369ba0f8429c..564061dcc019 100644
--- a/drivers/remoteproc/remoteproc_core.c
+++ b/drivers/remoteproc/remoteproc_core.c
@@ -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;
}