Skip to content

Commit 75dd497

Browse files
arndbakpm00
authored andcommitted
zlib: add module description
Modules without a description now cause a warning: WARNING: modpost: missing MODULE_DESCRIPTION() in lib/zlib_inflate/zlib_inflate.o Link: https://lkml.kernel.org/r/20250324173242.1501003-6-arnd@kernel.org Fixes: 6c6c1fc ("modpost: require a MODULE_DESCRIPTION()") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Cc: Jeff Johnson <jeff.johnson@oss.qualcomm.com> Cc: Masahiro Yamada <masahiroy@kernel.org> Cc: Stehen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
1 parent 6810431 commit 75dd497

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/zlib_inflate/inflate_syms.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ EXPORT_SYMBOL(zlib_inflateEnd);
1818
EXPORT_SYMBOL(zlib_inflateReset);
1919
EXPORT_SYMBOL(zlib_inflateIncomp);
2020
EXPORT_SYMBOL(zlib_inflate_blob);
21+
MODULE_DESCRIPTION("Data decompression using the deflation algorithm");
2122
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)