* [PATCH] openpromfs: add missing MODULE_DESCRIPTION() macro
@ 2024-06-19 14:38 Jeff Johnson
2024-06-20 7:46 ` Christian Brauner
0 siblings, 1 reply; 2+ messages in thread
From: Jeff Johnson @ 2024-06-19 14:38 UTC (permalink / raw)
To: David S. Miller, Andreas Larsson, Alexander Viro,
Christian Brauner, Jan Kara, linux-fsdevel
Cc: sparclinux, linux-kernel, kernel-janitors, Jeff Johnson
With ARCH=sparc, make allmodconfig && make W=1 C=1 reports:
WARNING: modpost: missing MODULE_DESCRIPTION() in fs/openpromfs/openpromfs.o
Add the missing invocation of the MODULE_DESCRIPTION() macro.
Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
---
fs/openpromfs/inode.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/fs/openpromfs/inode.c b/fs/openpromfs/inode.c
index a7b527ea50d3..26ecda0e4d19 100644
--- a/fs/openpromfs/inode.c
+++ b/fs/openpromfs/inode.c
@@ -471,4 +471,5 @@ static void __exit exit_openprom_fs(void)
module_init(init_openprom_fs)
module_exit(exit_openprom_fs)
+MODULE_DESCRIPTION("OpenPROM filesystem support");
MODULE_LICENSE("GPL");
---
base-commit: 6ba59ff4227927d3a8530fc2973b80e94b54d58f
change-id: 20240619-md-sparc-fs-openpromfs-7c061d5af7b2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] openpromfs: add missing MODULE_DESCRIPTION() macro
2024-06-19 14:38 [PATCH] openpromfs: add missing MODULE_DESCRIPTION() macro Jeff Johnson
@ 2024-06-20 7:46 ` Christian Brauner
0 siblings, 0 replies; 2+ messages in thread
From: Christian Brauner @ 2024-06-20 7:46 UTC (permalink / raw)
To: Jeff Johnson
Cc: Christian Brauner, sparclinux, linux-kernel, kernel-janitors,
David S. Miller, Andreas Larsson, Alexander Viro, Jan Kara,
linux-fsdevel
On Wed, 19 Jun 2024 07:38:14 -0700, Jeff Johnson wrote:
> With ARCH=sparc, make allmodconfig && make W=1 C=1 reports:
> WARNING: modpost: missing MODULE_DESCRIPTION() in fs/openpromfs/openpromfs.o
>
> Add the missing invocation of the MODULE_DESCRIPTION() macro.
>
>
Applied to the vfs.module.description branch of the vfs/vfs.git tree.
Patches in the vfs.module.description 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.module.description
[1/1] openpromfs: add missing MODULE_DESCRIPTION() macro
https://git.kernel.org/vfs/vfs/c/807221c54db6
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-06-20 7:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-19 14:38 [PATCH] openpromfs: add missing MODULE_DESCRIPTION() macro Jeff Johnson
2024-06-20 7:46 ` Christian Brauner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).