Re: [PATCH] kernel/sysctl-test: add MODULE_DESCRIPTION()

From: Joel Granados
Date: Tue Jun 04 2024 - 02:08:41 EST


On Wed, May 29, 2024 at 02:25:41PM -0700, Jeff Johnson wrote:
> Fix the 'make W=1' warning:
> WARNING: modpost: missing MODULE_DESCRIPTION() in kernel/sysctl-test.o
>
> Signed-off-by: Jeff Johnson <quic_jjohnson@xxxxxxxxxxx>
> ---
> kernel/sysctl-test.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/kernel/sysctl-test.c b/kernel/sysctl-test.c
> index 6ef887c19c48..92f94ea28957 100644
> --- a/kernel/sysctl-test.c
> +++ b/kernel/sysctl-test.c
> @@ -388,4 +388,5 @@ static struct kunit_suite sysctl_test_suite = {
>
> kunit_test_suites(&sysctl_test_suite);
>
> +MODULE_DESCRIPTION("KUnit test of proc sysctl");

thx
Reviewed-by: Joel Granados <j.granados@xxxxxxxxxxx>

> MODULE_LICENSE("GPL v2");
>
> ---
> base-commit: 4a4be1ad3a6efea16c56615f31117590fd881358
> change-id: 20240529-md-kernel-sysctl-test-2bbad793ac62
>


--

Joel Granados