* [PATCH] qnx4: add MODULE_DESCRIPTION()
@ 2024-05-24 20:51 Jeff Johnson
2024-05-27 13:58 ` Christian Brauner
2024-05-27 15:01 ` Anders Larsen
0 siblings, 2 replies; 3+ messages in thread
From: Jeff Johnson @ 2024-05-24 20:51 UTC (permalink / raw)
To: Anders Larsen, Alexander Viro, Christian Brauner
Cc: linux-kernel, kernel-janitors, Jeff Johnson
Fix the 'make W=1' warning:
WARNING: modpost: missing MODULE_DESCRIPTION() in fs/qnx4/qnx4.o
Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
---
fs/qnx4/inode.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/fs/qnx4/inode.c b/fs/qnx4/inode.c
index d79841e94428..e399e2dd3a12 100644
--- a/fs/qnx4/inode.c
+++ b/fs/qnx4/inode.c
@@ -430,5 +430,6 @@ static void __exit exit_qnx4_fs(void)
module_init(init_qnx4_fs)
module_exit(exit_qnx4_fs)
+MODULE_DESCRIPTION("QNX4 file system");
MODULE_LICENSE("GPL");
---
base-commit: 07506d1011521a4a0deec1c69721c7405c40049b
change-id: 20240524-md-qnx4-c0ede44edd7f
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] qnx4: add MODULE_DESCRIPTION()
2024-05-24 20:51 [PATCH] qnx4: add MODULE_DESCRIPTION() Jeff Johnson
@ 2024-05-27 13:58 ` Christian Brauner
2024-05-27 15:01 ` Anders Larsen
1 sibling, 0 replies; 3+ messages in thread
From: Christian Brauner @ 2024-05-27 13:58 UTC (permalink / raw)
To: Jeff Johnson
Cc: Christian Brauner, linux-kernel, kernel-janitors, Anders Larsen,
Alexander Viro
On Fri, 24 May 2024 13:51:46 -0700, Jeff Johnson wrote:
> Fix the 'make W=1' warning:
> WARNING: modpost: missing MODULE_DESCRIPTION() in fs/qnx4/qnx4.o
>
>
Applied to the vfs.misc branch of the vfs/vfs.git tree.
Patches in the vfs.misc branch should appear in linux-next soon.
Please report any outstanding bugs that were missed during review in a
new review to the original patch series allowing us to drop it.
It's encouraged to provide Acked-bys and Reviewed-bys even though the
patch has now been applied. If possible patch trailers will be updated.
Note that commit hashes shown below are subject to change due to rebase,
trailer updates or similar. If in doubt, please check the listed branch.
tree: https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git
branch: vfs.misc
[1/1] qnx4: add MODULE_DESCRIPTION()
https://git.kernel.org/vfs/vfs/c/39a8d8c49645
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] qnx4: add MODULE_DESCRIPTION()
2024-05-24 20:51 [PATCH] qnx4: add MODULE_DESCRIPTION() Jeff Johnson
2024-05-27 13:58 ` Christian Brauner
@ 2024-05-27 15:01 ` Anders Larsen
1 sibling, 0 replies; 3+ messages in thread
From: Anders Larsen @ 2024-05-27 15:01 UTC (permalink / raw)
To: Alexander Viro, Christian Brauner, Jeff Johnson
Cc: linux-kernel, kernel-janitors, Jeff Johnson
On 2024-05-24 22:51 Jeff Johnson wrote:
> Fix the 'make W=1' warning:
> WARNING: modpost: missing MODULE_DESCRIPTION() in fs/qnx4/qnx4.o
>
> Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
> ---
> fs/qnx4/inode.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/fs/qnx4/inode.c b/fs/qnx4/inode.c
> index d79841e94428..e399e2dd3a12 100644
> --- a/fs/qnx4/inode.c
> +++ b/fs/qnx4/inode.c
> @@ -430,5 +430,6 @@ static void __exit exit_qnx4_fs(void)
>
> module_init(init_qnx4_fs)
> module_exit(exit_qnx4_fs)
> +MODULE_DESCRIPTION("QNX4 file system");
> MODULE_LICENSE("GPL");
Acked-by: Anders Larsen <al@alarsen.net>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-05-27 15:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-24 20:51 [PATCH] qnx4: add MODULE_DESCRIPTION() Jeff Johnson
2024-05-27 13:58 ` Christian Brauner
2024-05-27 15:01 ` Anders Larsen
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.