Skip to content

Commit 8e04a24

Browse files
Jeff 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 <[email protected]> Acked-by: Tomasz Figa <[email protected]> Signed-off-by: Hans Verkuil <[email protected]> [hverkuil: helpers library -> helper library]
1 parent 361e2ff commit 8e04a24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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 <[email protected]> [SuSE Labs]");
22+
MODULE_DESCRIPTION("Videobuf2 helper library for simple DVB cards");
2223
MODULE_LICENSE("GPL");
2324

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

0 commit comments

Comments
 (0)