[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <9o69oo79-34ns-ns70-1138-79pq20436188@syhkavp.arg>
Date: Mon, 27 May 2024 14:28:55 -0400 (EDT)
From: Nicolas Pitre <nico@...xnic.net>
To: Jeff Johnson <quic_jjohnson@...cinc.com>
cc: Alexander Viro <viro@...iv.linux.org.uk>,
Christian Brauner <brauner@...nel.org>, linux-fsdevel@...r.kernel.org,
kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] fs: cramfs: add MODULE_DESCRIPTION()
On Mon, 27 May 2024, Jeff Johnson wrote:
> Fix the 'make W=1' warning:
> WARNING: modpost: missing MODULE_DESCRIPTION() in fs/cramfs/cramfs.o
>
> Signed-off-by: Jeff Johnson <quic_jjohnson@...cinc.com>
Reviewed-by: Nicolas Pitre <nico@...xnic.net>
> ---
> fs/cramfs/inode.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/fs/cramfs/inode.c b/fs/cramfs/inode.c
> index 460690ca0174..d818ed1bb07e 100644
> --- a/fs/cramfs/inode.c
> +++ b/fs/cramfs/inode.c
> @@ -1003,4 +1003,5 @@ static void __exit exit_cramfs_fs(void)
>
> module_init(init_cramfs_fs)
> module_exit(exit_cramfs_fs)
> +MODULE_DESCRIPTION("Compressed ROM file system support");
> MODULE_LICENSE("GPL");
>
> ---
> base-commit: 2bfcfd584ff5ccc8bb7acde19b42570414bf880b
> change-id: 20240527-md-fs-cramfs-10e1276a3662
>
>
Powered by blists - more mailing lists