mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 13:03:25 +01:00
fs: hpfs: add MODULE_DESCRIPTION()
Fix the 'make W=1' warning: WARNING: modpost: missing MODULE_DESCRIPTION() in fs/hpfs/hpfs.o Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com> Link: https://lore.kernel.org/r/20240527-md-fs-hpfs-v1-1-e0f3d8fa8385@quicinc.com Acked-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Christian Brauner <brauner@kernel.org>
This commit is contained in:
parent
d8fa38997a
commit
7cd99cea40
1 changed files with 1 additions and 0 deletions
|
@ -793,4 +793,5 @@ static void __exit exit_hpfs_fs(void)
|
|||
|
||||
module_init(init_hpfs_fs)
|
||||
module_exit(exit_hpfs_fs)
|
||||
MODULE_DESCRIPTION("OS/2 HPFS file system support");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
|
Loading…
Reference in a new issue