Skip to content

Commit bee6c68

Browse files
Jeff Johnsonakpm00
authored andcommitted
lib/zlib: add missing MODULE_DESCRIPTION() macro
With ARCH=csky, make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in lib/zlib_deflate/zlib_deflate.o Add the missing invocation of the MODULE_DESCRIPTION() macro. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Jeff Johnson <[email protected]> Cc: Guo Ren <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent c61d725 commit bee6c68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/zlib_deflate/deflate_syms.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ EXPORT_SYMBOL(zlib_deflate);
1717
EXPORT_SYMBOL(zlib_deflateInit2);
1818
EXPORT_SYMBOL(zlib_deflateEnd);
1919
EXPORT_SYMBOL(zlib_deflateReset);
20+
MODULE_DESCRIPTION("Data compression using the deflation algorithm");
2021
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)