Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1652244 > unrolled thread

[PATCH] remoteproc: fix spelling mistake: "Resouce" -> "Resource"

Started byColin King <colin.king@canonical.com>
First post2017-05-29 08:30 +0200
Last post2017-05-31 06:00 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] remoteproc: fix spelling mistake: "Resouce" -> "Resource" Colin King <colin.king@canonical.com> - 2017-05-29 08:30 +0200
    Re: [PATCH] remoteproc: fix spelling mistake: "Resouce" -> "Resource" Bjorn Andersson <bjorn.andersson@linaro.org> - 2017-05-31 06:00 +0200

#1652244 — [PATCH] remoteproc: fix spelling mistake: "Resouce" -> "Resource"

FromColin King <colin.king@canonical.com>
Date2017-05-29 08:30 +0200
Subject[PATCH] remoteproc: fix spelling mistake: "Resouce" -> "Resource"
Message-ID<tMmlH-4pd-1@gated-at.bofh.it>
From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake in dev_err message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/remoteproc/remoteproc_core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

[toc] | [next] | [standalone]


#1653813

FromBjorn Andersson <bjorn.andersson@linaro.org>
Date2017-05-31 06:00 +0200
Message-ID<tN2XE-7Vx-5@gated-at.bofh.it>
In reply to#1652244
On Sun 28 May 23:23 PDT 2017, Colin King wrote:

> From: Colin Ian King <colin.king@canonical.com>
> 
> Trivial fix to spelling mistake in dev_err message
> 

Thanks Colin,

Regards,
Bjorn

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web