Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ca91ab5f authored by Colin Ian King's avatar Colin Ian King Committed by Bjorn Andersson
Browse files

remoteproc: fix spelling mistake: "Resouce" -> "Resource"



Trivial fix to spelling mistake in dev_err message

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent 7e83cab8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}