Re: [PATCH] intel_th: msu-sink: add missing MODULE_DESCRIPTION()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxx>
> ---
>  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




[Index of Archives]     [Kernel Development]     [Kernel Announce]     [Kernel Newbies]     [Linux Networking Development]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Device Mapper]

  Powered by Linux