Skip to content

Commit 6650d23

Browse files
ashutoshxThomas Hellström
authored andcommitted
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 <[email protected]> Reviewed-by: Rodrigo Vivi <[email protected]> (cherry picked from commit bb619d7) Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Signed-off-by: Thomas Hellström <[email protected]>
1 parent e2941a4 commit 6650d23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

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

2222
MODULE_AUTHOR("Intel Corporation");
2323
MODULE_LICENSE("GPL");
24+
MODULE_DESCRIPTION("xe_mocs kunit test");
2425
MODULE_IMPORT_NS(EXPORTED_FOR_KUNIT_TESTING);

0 commit comments

Comments
 (0)