Skip to content

Commit be5d511

Browse files
jeff-t-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 <quic_jjohnson@quicinc.com> Link: https://patch.msgid.link/20240702-md-um-fs-hostfs-v1-1-fd2b565027e7@quicinc.com Signed-off-by: Johannes Berg <johannes.berg@intel.com>
1 parent 36c5005 commit be5d511

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)