1
0
Fork 0

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>
zero-colors
Colin Ian King 2017-05-29 07:23:52 +01:00 committed by Bjorn Andersson
parent 7e83cab824
commit ca91ab5f11
1 changed files with 1 additions and 1 deletions

View 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;
}