lkml.org 
[lkml]   [2019]   [Oct]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] mailbox: ti-msgmgr: fix spelling mistake "queuid" -> "queue id"
Date
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
\
 
 \ /
  Last update: 2019-10-30 09:03    [W:0.024 / U:0.552 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site