mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:41:42 +00:00
ext4: add missing MODULE_DESCRIPTION()
Fix the 'make W=1' warning: WARNING: modpost: missing MODULE_DESCRIPTION() in fs/ext4/ext4-inode-test.o Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com> Reviewed-by: Jan Kara <jack@suse.cz> Link: https://patch.msgid.link/20240527-md-fs-ext4-v1-1-07aad5936bb1@quicinc.com Signed-off-by: Theodore Ts'o <tytso@mit.edu>
This commit is contained in:
parent
89a8718cef
commit
7378e8991a
@ -279,4 +279,5 @@ static struct kunit_suite ext4_inode_test_suite = {
|
||||
|
||||
kunit_test_suites(&ext4_inode_test_suite);
|
||||
|
||||
MODULE_DESCRIPTION("KUnit test of ext4 inode timestamp decoding");
|
||||
MODULE_LICENSE("GPL v2");
|
||||
|
Loading…
Reference in New Issue
Block a user