Re: [PATCH] crypto: mips/poly1305 - add missing MODULE_DESCRIPTION() macro

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

 



On Tue, Jun 18, 2024 at 06:01:29PM -0700, Jeff Johnson wrote:
> With ARCH=mips, make allmodconfig && make W=1 C=1 reports:
> WARNING: modpost: missing MODULE_DESCRIPTION() in arch/mips/crypto/poly1305-mips.o
> 
> Add the missing invocation of the MODULE_DESCRIPTION() macro.
> 
> Signed-off-by: Jeff Johnson <quic_jjohnson@xxxxxxxxxxx>
> ---
>  arch/mips/crypto/poly1305-glue.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/mips/crypto/poly1305-glue.c b/arch/mips/crypto/poly1305-glue.c
> index bc6110fb98e0..867728ee535a 100644
> --- a/arch/mips/crypto/poly1305-glue.c
> +++ b/arch/mips/crypto/poly1305-glue.c
> @@ -186,6 +186,7 @@ static void __exit mips_poly1305_mod_exit(void)
>  module_init(mips_poly1305_mod_init);
>  module_exit(mips_poly1305_mod_exit);
>  
> +MODULE_DESCRIPTION("Poly1305 transform (MIPS accelerated");
>  MODULE_LICENSE("GPL v2");
>  MODULE_ALIAS_CRYPTO("poly1305");
>  MODULE_ALIAS_CRYPTO("poly1305-mips");
> 
> ---
> base-commit: 6ba59ff4227927d3a8530fc2973b80e94b54d58f
> change-id: 20240618-md-mips-arch-mips-crypto-19785d95418c

applied to mips-next.

Thomas.

-- 
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea.                                                [ RFC1925, 2.3 ]




[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