Skip to content

Commit

Permalink
openpromfs: add missing MODULE_DESCRIPTION() macro
Browse files Browse the repository at this point in the history
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Christian Brauner <[email protected]>
  • Loading branch information
Jeff Johnson authored and brauner committed Jun 20, 2024
1 parent d694e46 commit 807221c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/openpromfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");

0 comments on commit 807221c

Please sign in to comment.