Skip to content

Commit 8e04a24

Browse files
jeff-t-johnsonHans Verkuil
authored andcommitted
media: videobuf2: add missing MODULE_DESCRIPTION() macro
With ARCH=x86, make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/media/common/videobuf2/videobuf2-dvb.o Add the missing invocation of the MODULE_DESCRIPTION() macro. Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com> Acked-by: Tomasz Figa <tfiga@chromium.org> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> [hverkuil: helpers library -> helper library]
1 parent 361e2ff commit 8e04a24

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/media/common/videobuf2/videobuf2-dvb.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
/* ------------------------------------------------------------------ */
2020

2121
MODULE_AUTHOR("Gerd Knorr <kraxel@bytesex.org> [SuSE Labs]");
22+
MODULE_DESCRIPTION("Videobuf2 helper library for simple DVB cards");
2223
MODULE_LICENSE("GPL");
2324

2425
/* ------------------------------------------------------------------ */

0 commit comments

Comments
 (0)