[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20200313165049.62907-1-wenhu.wang@vivo.com>
Date: Fri, 13 Mar 2020 09:50:49 -0700
From: Wang Wenhu <wenhu.wang@...o.com>
To: Ohad Ben-Cohen <ohad@...ery.com>,
Bjorn Andersson <bjorn.andersson@...aro.org>,
linux-remoteproc@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: trivial@...nel.org, kernel@...o.com,
Wang Wenhu <wenhu.wang@...o.com>
Subject: [PATCH] rpmsg: fix a comment typo for rpmsg_device_match()
Should be 'a' rather than 'an'.
Signed-off-by: WANG Wenhu <wenhu.wang@...o.com>
---
drivers/rpmsg/rpmsg_core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/rpmsg/rpmsg_core.c b/drivers/rpmsg/rpmsg_core.c
index e330ec4dfc33..a6361cad608b 100644
--- a/drivers/rpmsg/rpmsg_core.c
+++ b/drivers/rpmsg/rpmsg_core.c
@@ -284,7 +284,7 @@ int rpmsg_trysend_offchannel(struct rpmsg_endpoint *ept, u32 src, u32 dst,
EXPORT_SYMBOL(rpmsg_trysend_offchannel);
/*
- * match an rpmsg channel with a channel info struct.
+ * match a rpmsg channel with a channel info struct.
* this is used to make sure we're not creating rpmsg devices for channels
* that already exist.
*/
--
2.17.1
Powered by blists - more mailing lists