Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fs: ufs: add MODULE_DESCRIPTION()

Fix make W=1 warning:

WARNING: modpost: missing MODULE_DESCRIPTION() in fs/ufs/ufs.o

Link: https://lkml.kernel.org/r/20240510-ufs-md-v1-1-85eaff8c6beb@quicinc.com
Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Cc: Evgeniy Dushistov <dushistov@mail.ru>
Cc: Christian Brauner <brauner@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Jeff Johnson and committed by
Andrew Morton
c61d7259 cedb08ca

+1
+1
fs/ufs/super.c
··· 1540 1540 1541 1541 module_init(init_ufs_fs) 1542 1542 module_exit(exit_ufs_fs) 1543 + MODULE_DESCRIPTION("UFS Filesystem"); 1543 1544 MODULE_LICENSE("GPL");