[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240613-md-csky-fs-pstore-v1-1-c525f636b1cb@quicinc.com>
Date: Thu, 13 Jun 2024 21:39:42 -0700
From: Jeff Johnson <quic_jjohnson@...cinc.com>
To: Kees Cook <kees@...nel.org>, Tony Luck <tony.luck@...el.com>,
"Guilherme
G. Piccoli" <gpiccoli@...lia.com>,
Guo Ren <guoren@...nel.org>
CC: <linux-hardening@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<linux-csky@...r.kernel.org>, <kernel-janitors@...r.kernel.org>,
Jeff Johnson
<quic_jjohnson@...cinc.com>
Subject: [PATCH] pstore: platform: add missing MODULE_DESCRIPTION() macro
With ARCH=csky, make allmodconfig && make W=1 C=1 reports:
WARNING: modpost: missing MODULE_DESCRIPTION() in fs/pstore/pstore.o
Add the missing invocation of the MODULE_DESCRIPTION() macro.
Signed-off-by: Jeff Johnson <quic_jjohnson@...cinc.com>
---
fs/pstore/platform.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/fs/pstore/platform.c b/fs/pstore/platform.c
index 03425928d2fb..3497ede88aa0 100644
--- a/fs/pstore/platform.c
+++ b/fs/pstore/platform.c
@@ -761,4 +761,5 @@ static void __exit pstore_exit(void)
module_exit(pstore_exit)
MODULE_AUTHOR("Tony Luck <tony.luck@...el.com>");
+MODULE_DESCRIPTION("Persistent Storage - platform driver interface");
MODULE_LICENSE("GPL");
---
base-commit: 83a7eefedc9b56fe7bfeff13b6c7356688ffa670
change-id: 20240613-md-csky-fs-pstore-3ba544d7659a
Powered by blists - more mailing lists