| commit | 183cdc1907a775fcda99bab3e567c3e966c669ef | [log] [tgz] |
|---|---|---|
| author | Jeff Johnson <jeff.johnson@oss.qualcomm.com> | Tue Mar 11 12:49:02 2025 -0700 |
| committer | Masahiro Yamada <masahiroy@kernel.org> | Thu Mar 13 09:32:55 2025 +0900 |
| tree | 1882dab12e6eb9253e5e232b1ccda45da591933a | |
| parent | 80e54e84911a923c40d7bee33a34c1b4be148d7a [diff] |
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>