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 <ashutosh.dixit@intel.com> Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com> (cherry picked from commit bb619d7) Link: https://patchwork.freedesktop.org/patch/msgid/20240213033548.76219-1-ashutosh.dixit@intel.com Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
1 parent e2941a4 commit 6650d23

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
@@ -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)