projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8fa389
)
fs: hpfs: add MODULE_DESCRIPTION()
author
Jeff Johnson
<quic_jjohnson@quicinc.com>
Mon, 27 May 2024 17:50:29 +0000
(10:50 -0700)
committer
Christian Brauner
<brauner@kernel.org>
Tue, 28 May 2024 10:06:37 +0000
(12:06 +0200)
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>
fs/hpfs/super.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/hpfs/super.c
b/fs/hpfs/super.c
index 314834a078e9d24aa10f486e9357a3e106a9ccdc..e73717daa5f90a915f55d3daa8bc95dcde1540ae 100644
(file)
--- a/
fs/hpfs/super.c
+++ b/
fs/hpfs/super.c
@@
-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");