Skip to content

Commit be5d511

Browse files
Jeff Johnsonjmberg-intel
authored andcommitted
hostfs: add missing MODULE_DESCRIPTION() macro
With ARCH=um, make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in fs/hostfs/hostfs.o Add the missing invocation of the MODULE_DESCRIPTION() macro. Signed-off-by: Jeff Johnson <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Johannes Berg <[email protected]>
1 parent 36c5005 commit be5d511

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fs/hostfs/hostfs_kern.c

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

10131013
module_init(init_hostfs)
10141014
module_exit(exit_hostfs)
1015+
MODULE_DESCRIPTION("User-Mode Linux Host filesystem");
10151016
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)