Skip to content

Commit 495569b

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fs/qnx6/inode.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -694,4 +694,5 @@ static void __exit exit_qnx6_fs(void)
694694

695695
module_init(init_qnx6_fs)
696696
module_exit(exit_qnx6_fs)
697+
MODULE_DESCRIPTION("QNX6 file system");
697698
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)