[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240619-md-sparc-fs-openpromfs-v1-1-51c85ce90fa3@quicinc.com>
Date: Wed, 19 Jun 2024 07:38:14 -0700
From: Jeff Johnson <quic_jjohnson@...cinc.com>
To: "David S. Miller" <davem@...emloft.net>,
Andreas Larsson
<andreas@...sler.com>,
Alexander Viro <viro@...iv.linux.org.uk>,
"Christian
Brauner" <brauner@...nel.org>, Jan Kara <jack@...e.cz>,
<linux-fsdevel@...r.kernel.org>
CC: <sparclinux@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<kernel-janitors@...r.kernel.org>,
Jeff Johnson <quic_jjohnson@...cinc.com>
Subject: [PATCH] openpromfs: add missing MODULE_DESCRIPTION() macro
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@...cinc.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
Powered by blists - more mailing lists