]> git.ipfire.org Git - thirdparty/linux.git/commit
modpost: require a MODULE_DESCRIPTION()
authorJeff Johnson <jeff.johnson@oss.qualcomm.com>
Tue, 11 Mar 2025 19:49:02 +0000 (12:49 -0700)
committerMasahiro Yamada <masahiroy@kernel.org>
Sat, 22 Mar 2025 15:56:12 +0000 (00:56 +0900)
commit6c6c1fc09de35f409f6971cb9e881103afe5dbe0
tree75facfaeeb459289b61d9a38344aee85c5613480
parentcacd22ce69585a91c386243cd662ada962431e63
modpost: require a MODULE_DESCRIPTION()

Since commit 1fffe7a34c89 ("script: modpost: emit a warning when the
description is missing"), a module without a MODULE_DESCRIPTION() has
resulted in a warning with make W=1. Since that time, all known
instances of this issue have been fixed. Therefore, now make it an
error if a MODULE_DESCRIPTION() is not present.

Signed-off-by: Jeff Johnson <jeff.johnson@oss.qualcomm.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/mod/modpost.c