Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 9b3c13c

Browse files
Jeff Johnsonkees
authored andcommitted
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@quicinc.com> Link: https://lore.kernel.org/r/20240613-md-csky-fs-pstore-v1-1-c525f636b1cb@quicinc.com Signed-off-by: Kees Cook <kees@kernel.org>
1 parent 9dd12ed commit 9b3c13c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fs/pstore/platform.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -761,4 +761,5 @@ static void __exit pstore_exit(void)
761761
module_exit(pstore_exit)
762762

763763
MODULE_AUTHOR("Tony Luck <tony.luck@intel.com>");
764+
MODULE_DESCRIPTION("Persistent Storage - platform driver interface");
764765
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)