projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f3d9f3
)
rpmsg: fix a comment typo for rpmsg_device_match()
author
Wang Wenhu
<wenhu.wang@vivo.com>
Fri, 13 Mar 2020 16:50:49 +0000
(09:50 -0700)
committer
Bjorn Andersson
<bjorn.andersson@linaro.org>
Thu, 16 Apr 2020 22:56:41 +0000
(15:56 -0700)
Should be 'a' rather than 'an'.
Signed-off-by: WANG Wenhu <wenhu.wang@vivo.com>
Link:
https://lore.kernel.org/r/20200313165049.62907-1-wenhu.wang@vivo.com
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
drivers/rpmsg/rpmsg_core.c
patch
|
blob
|
history
diff --git
a/drivers/rpmsg/rpmsg_core.c
b/drivers/rpmsg/rpmsg_core.c
index e330ec4dfc33708c9dba6591bd1c28da24b1440c..a6361cad608b1c811dc8fa4a523259162e7c978c 100644
(file)
--- 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 a
n
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.
*/