[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <b49e8615-9230-450b-acf2-c2ccff4d9201@linaro.org>
Date: Tue, 4 Jun 2024 14:34:46 +0200
From: Caleb Connolly <caleb.connolly@...aro.org>
To: Jeff Johnson <quic_jjohnson@...cinc.com>,
Srinivas Kandagatla <srinivas.kandagatla@...aro.org>,
Amol Maheshwari <amahesh@....qualcomm.com>, Arnd Bergmann <arnd@...db.de>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: linux-arm-msm@...r.kernel.org, linux-kernel@...r.kernel.org,
kernel@...cinc.com, kernel-janitors@...r.kernel.org
Subject: Re: [PATCH] misc: fastrpc: add missing MODULE_DESCRIPTION() macro
On 03/06/2024 21:58, Jeff Johnson wrote:
> make allmodconfig && make W=1 C=1 reports:
> WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/misc/fastrpc.o
>
> Add the missing invocation of the MODULE_DESCRIPTION() macro.
>
> Signed-off-by: Jeff Johnson <quic_jjohnson@...cinc.com>
Reviewed-by; Caleb Connolly <caleb.connolly@...aro.org>
> ---
> drivers/misc/fastrpc.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/misc/fastrpc.c b/drivers/misc/fastrpc.c
> index 4c67e2c5a82e..e040cb5470c4 100644
> --- a/drivers/misc/fastrpc.c
> +++ b/drivers/misc/fastrpc.c
> @@ -2478,5 +2478,6 @@ static void fastrpc_exit(void)
> }
> module_exit(fastrpc_exit);
>
> +MODULE_DESCRIPTION("Qualcomm FastRPC");
> MODULE_LICENSE("GPL v2");
> MODULE_IMPORT_NS(DMA_BUF);
>
> ---
> base-commit: a693b9c95abd4947c2d06e05733de5d470ab6586
> change-id: 20240603-md-misc-fastrpc-b644f497e68e
>
>
--
// Caleb (they/them)
Powered by blists - more mailing lists