Message ID | 20200313165049.62907-1-wenhu.wang@vivo.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | 075894d45656fe9aeced4f34ef692b52791d78dc |
Headers | show |
Series | rpmsg: fix a comment typo for rpmsg_device_match() | expand |
Hello: This patch was applied to andersson/remoteproc.git (refs/heads/for-next). On Fri, 13 Mar 2020 09:50:49 -0700 you wrote: > Should be 'a' rather than 'an'. > > Signed-off-by: WANG Wenhu <wenhu.wang@vivo.com> > --- > drivers/rpmsg/rpmsg_core.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Here is a summary with links: - rpmsg: fix a comment typo for rpmsg_device_match() https://git.kernel.org/andersson/remoteproc/c/075894d45656fe9aeced4f34ef692b52791d78dc You are awesome, thank you!
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. */
Should be 'a' rather than 'an'. Signed-off-by: WANG Wenhu <wenhu.wang@vivo.com> --- drivers/rpmsg/rpmsg_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)