mirror of
https://github.com/torvalds/linux.git
synced 2025-08-15 14:11:42 +02:00
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: 6c6c1fc09d
("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>
This commit is contained in:
parent
6810431bc4
commit
75dd4975f5
1 changed files with 1 additions and 0 deletions
|
@ -18,4 +18,5 @@ EXPORT_SYMBOL(zlib_inflateEnd);
|
|||
EXPORT_SYMBOL(zlib_inflateReset);
|
||||
EXPORT_SYMBOL(zlib_inflateIncomp);
|
||||
EXPORT_SYMBOL(zlib_inflate_blob);
|
||||
MODULE_DESCRIPTION("Data decompression using the deflation algorithm");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue