Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

rpmsg: fix a comment typo for rpmsg_device_match()

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>

authored by

Wang Wenhu and committed by
Bjorn Andersson
075894d4 8f3d9f35

+1 -1
+1 -1
drivers/rpmsg/rpmsg_core.c
··· 284 284 EXPORT_SYMBOL(rpmsg_trysend_offchannel); 285 285 286 286 /* 287 - * match an rpmsg channel with a channel info struct. 287 + * match a rpmsg channel with a channel info struct. 288 288 * this is used to make sure we're not creating rpmsg devices for channels 289 289 * that already exist. 290 290 */