Skip to content

Commit 36862ea

Browse files
Jeff Johnsonmathieupoirier
authored andcommitted
rpmsg: char: add missing MODULE_DESCRIPTION() macro
make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/rpmsg/rpmsg_char.o Add the missing invocation of the MODULE_DESCRIPTION() macro. Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com> Link: https://lore.kernel.org/r/20240604-md-drivers-rpmsg_char-v1-1-675453267fc6@quicinc.com Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
1 parent c3281ab commit 36862ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/rpmsg/rpmsg_char.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,4 +566,5 @@ static void rpmsg_chrdev_exit(void)
566566
module_exit(rpmsg_chrdev_exit);
567567

568568
MODULE_ALIAS("rpmsg:rpmsg_chrdev");
569+
MODULE_DESCRIPTION("RPMSG device interface");
569570
MODULE_LICENSE("GPL v2");

0 commit comments

Comments
 (0)