Skip to content

Commit e02be63

Browse files
committed
9p/fs: add MODULE_DESCIPTION
Fix modpost warning that MODULE_DESCRIPTION is missing in fs/9p/9p.o Signed-off-by: Dominique Martinet <[email protected]> Message-ID: <[email protected]> Reviewed-by: Christian Schoenebeck <[email protected]>
1 parent 3976348 commit e02be63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fs/9p/v9fs.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -732,4 +732,5 @@ module_exit(exit_v9fs)
732732
MODULE_AUTHOR("Latchesar Ionkov <[email protected]>");
733733
MODULE_AUTHOR("Eric Van Hensbergen <[email protected]>");
734734
MODULE_AUTHOR("Ron Minnich <[email protected]>");
735+
MODULE_DESCRIPTION("9P Client File System");
735736
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)