linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mailbox: ti-msgmgr: fix spelling mistake "queuid" -> "queue id"
@ 2019-10-30  8:02 Colin King
  0 siblings, 0 replies; only message in thread
From: Colin King @ 2019-10-30  8:02 UTC (permalink / raw)
  To: Jassi Brar; +Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in a dev_err message. Fix it.

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

diff --git a/drivers/mailbox/ti-msgmgr.c b/drivers/mailbox/ti-msgmgr.c
index 88047d835211..f33b173c0bd0 100644
--- a/drivers/mailbox/ti-msgmgr.c
+++ b/drivers/mailbox/ti-msgmgr.c
@@ -592,7 +592,7 @@ static int ti_msgmgr_queue_setup(int idx, struct device *dev,
 	qinst->queue_id = qd->queue_id;
 
 	if (qinst->queue_id > d->queue_count) {
-		dev_err(dev, "Queue Data [idx=%d] queuid %d > %d\n",
+		dev_err(dev, "Queue Data [idx=%d] queue id %d > %d\n",
 			idx, qinst->queue_id, d->queue_count);
 		return -ERANGE;
 	}
-- 
2.20.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-10-30  8:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-30  8:02 [PATCH] mailbox: ti-msgmgr: fix spelling mistake "queuid" -> "queue id" Colin King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).