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

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>

authored by

Jeff Johnson and committed by
Theodore Ts'o
7378e899 89a8718c

+1
+1
fs/ext4/inode-test.c
··· 279 279 280 280 kunit_test_suites(&ext4_inode_test_suite); 281 281 282 + MODULE_DESCRIPTION("KUnit test of ext4 inode timestamp decoding"); 282 283 MODULE_LICENSE("GPL v2");