Skip to content

Commit d8fa389

Browse files
Jeff Johnsonbrauner
authored andcommitted
qnx4: add MODULE_DESCRIPTION()
Fix the 'make W=1' warning: WARNING: modpost: missing MODULE_DESCRIPTION() in fs/qnx4/qnx4.o Signed-off-by: Jeff Johnson <[email protected]> Link: https://lore.kernel.org/r/[email protected] Acked-by: Al Viro <[email protected]> Acked-by: Anders Larsen <[email protected]> Signed-off-by: Christian Brauner <[email protected]>
1 parent 495569b commit d8fa389

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fs/qnx4/inode.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,5 +430,6 @@ static void __exit exit_qnx4_fs(void)
430430

431431
module_init(init_qnx4_fs)
432432
module_exit(exit_qnx4_fs)
433+
MODULE_DESCRIPTION("QNX4 file system");
433434
MODULE_LICENSE("GPL");
434435

0 commit comments

Comments
 (0)