Skip to content

Commit bb619d7

Browse files
committed
drm/xe: Fix modpost warning on xe_mocs kunit module
$ make W=1 -j100 M=drivers/gpu/drm/xe MODPOST drivers/gpu/drm/xe/Module.symvers WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/gpu/drm/xe/tests/xe_mocs_test.o Fix is identical to '1d425066f15f ("drm/xe: Fix modpost warning on kunit modules")'. Fixes: a6a4ea6 ("drm/xe: Add mocs kunit") Signed-off-by: Ashutosh Dixit <ashutosh.dixit@intel.com> Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
1 parent e5626eb commit bb619d7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/gpu/drm/xe/tests/xe_mocs_test.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ kunit_test_suite(xe_mocs_test_suite);
2222

2323
MODULE_AUTHOR("Intel Corporation");
2424
MODULE_LICENSE("GPL");
25+
MODULE_DESCRIPTION("xe_mocs kunit test");
2526
MODULE_IMPORT_NS(EXPORTED_FOR_KUNIT_TESTING);

0 commit comments

Comments
 (0)