Re: [PATCH] media: uda1342: add missing MODULE_DESCRIPTION() macro
From: Jeff Johnson
Date: Wed Jun 26 2024 - 13:01:08 EST
On 6/12/2024 11:19 AM, Jeff Johnson wrote:
> With ARCH=x86, make allmodconfig && make W=1 C=1 reports:
> WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/media/i2c/uda1342.o
>
> Add the missing invocation of the MODULE_DESCRIPTION() macro.
>
> Signed-off-by: Jeff Johnson <quic_jjohnson@xxxxxxxxxxx>
> ---
> drivers/media/i2c/uda1342.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/media/i2c/uda1342.c b/drivers/media/i2c/uda1342.c
> index da7bc4700bed..abd052a44bd7 100644
> --- a/drivers/media/i2c/uda1342.c
> +++ b/drivers/media/i2c/uda1342.c
> @@ -95,4 +95,5 @@ static struct i2c_driver uda1342_driver = {
>
> module_i2c_driver(uda1342_driver);
>
> +MODULE_DESCRIPTION("Philips UDA1342 audio codec driver");
> MODULE_LICENSE("GPL v2");
>
> ---
> base-commit: 83a7eefedc9b56fe7bfeff13b6c7356688ffa670
> change-id: 20240612-md-drivers-media-i2c-3e80a673c97b
>
Following up to see if anything else is needed from me. Hoping to see this in
linux-next so I can remove it from my tracking spreadsheet :)
/jeff