Skip to content

Commit 7378e89

Browse files
Jeff Johnsontytso
authored andcommitted
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 <[email protected]> Reviewed-by: Jan Kara <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Theodore Ts'o <[email protected]>
1 parent 89a8718 commit 7378e89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fs/ext4/inode-test.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,4 +279,5 @@ static struct kunit_suite ext4_inode_test_suite = {
279279

280280
kunit_test_suites(&ext4_inode_test_suite);
281281

282+
MODULE_DESCRIPTION("KUnit test of ext4 inode timestamp decoding");
282283
MODULE_LICENSE("GPL v2");

0 commit comments

Comments
 (0)