[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <c6c9b27d-7c5e-416f-9c22-20da9416e72c@quicinc.com>
Date: Thu, 20 Jun 2024 09:33:47 -0700
From: Jeff Johnson <quic_jjohnson@...cinc.com>
To: Alexander Shishkin <alexander.shishkin@...ux.intel.com>,
Greg
Kroah-Hartman <gregkh@...uxfoundation.org>
CC: <linux-kernel@...r.kernel.org>, <kernel-janitors@...r.kernel.org>
Subject: Re: [PATCH] intel_th: msu-sink: add missing MODULE_DESCRIPTION()
On 5/30/2024 9:55 PM, Jeff Johnson wrote:
> make allmodconfig && make W=1 C=1 reports:
> WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/hwtracing/intel_th/intel_th_msu_sink.o
>
> Add the missing invocation of the MODULE_DESCRIPTION() macro.
>
> Signed-off-by: Jeff Johnson <quic_jjohnson@...cinc.com>
> ---
> drivers/hwtracing/intel_th/msu-sink.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/hwtracing/intel_th/msu-sink.c b/drivers/hwtracing/intel_th/msu-sink.c
> index 891b28ea25fe..256ce3260ad9 100644
> --- a/drivers/hwtracing/intel_th/msu-sink.c
> +++ b/drivers/hwtracing/intel_th/msu-sink.c
> @@ -116,4 +116,5 @@ static const struct msu_buffer sink_mbuf = {
>
> module_intel_th_msu_buffer(sink_mbuf);
>
> +MODULE_DESCRIPTION("example software sink buffer for Intel TH MSU");
> MODULE_LICENSE("GPL v2");
>
> ---
> base-commit: 4a4be1ad3a6efea16c56615f31117590fd881358
> change-id: 20240530-md-intel_th_msu_sink-12db94b5c088
>
Following up to see if anything else is needed to get this merged.
Adding Greg since he's signed off on this file in the past.
/jeff
Powered by blists - more mailing lists