[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <6ad04afd-bc38-4e25-8c59-3c660c213f49@quicinc.com>
Date: Thu, 20 Jun 2024 09:24:47 -0700
From: Jeff Johnson <quic_jjohnson@...cinc.com>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Andy Shevchenko
<andriy.shevchenko@...ux.intel.com>,
Andrew Morton
<akpm@...ux-foundation.org>,
"Rafael J. Wysocki" <rafael.j.wysocki@...el.com>
CC: <kernel-janitors@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] resource: Add missing MODULE_DESCRIPTION()
On 5/29/2024 4:31 PM, Jeff Johnson wrote:
> Fix the 'make W=1' warning:
> WARNING: modpost: missing MODULE_DESCRIPTION() in kernel/resource_kunit.o
>
> Signed-off-by: Jeff Johnson <quic_jjohnson@...cinc.com>
> ---
> kernel/resource_kunit.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/kernel/resource_kunit.c b/kernel/resource_kunit.c
> index 58ab9f914602..0e509985a44a 100644
> --- a/kernel/resource_kunit.c
> +++ b/kernel/resource_kunit.c
> @@ -149,4 +149,5 @@ static struct kunit_suite resource_test_suite = {
> };
> kunit_test_suite(resource_test_suite);
>
> +MODULE_DESCRIPTION("I/O Port & Memory Resource manager unit tests");
> MODULE_LICENSE("GPL");
>
> ---
> base-commit: 4a4be1ad3a6efea16c56615f31117590fd881358
> change-id: 20240529-md-kernel-resource_kunit-0457d0010b70
>
Following up to see if anything else is needed to get this merged.
Powered by blists - more mailing lists