Skip to content

Commit b413107

Browse files
Jeff JohnsonKent Overstreet
authored andcommitted
bcachefs: add missing MODULE_DESCRIPTION()
Fix the 'make W=1' warning: WARNING: modpost: missing MODULE_DESCRIPTION() in fs/bcachefs/mean_and_variance_test.o Signed-off-by: Jeff Johnson <[email protected]> Signed-off-by: Kent Overstreet <[email protected]>
1 parent 247c056 commit b413107

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fs/bcachefs/mean_and_variance_test.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,4 +217,5 @@ static struct kunit_suite mean_and_variance_test_suite = {
217217
kunit_test_suite(mean_and_variance_test_suite);
218218

219219
MODULE_AUTHOR("Daniel B. Hill");
220+
MODULE_DESCRIPTION("bcachefs filesystem mean and variance unit tests");
220221
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)