Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/xe: Fix modpost warning on xe_mocs kunit module
@ 2024-02-13  3:35 Ashutosh Dixit
  2024-02-13  3:38 ` ✓ CI.Patch_applied: success for " Patchwork
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Ashutosh Dixit @ 2024-02-13  3:35 UTC (permalink / raw)
  To: intel-xe; +Cc: ruthuvikas.ravikumar

$ 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: a6a4ea6d7d37 ("drm/xe: Add mocs kunit")
Signed-off-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
---
 drivers/gpu/drm/xe/tests/xe_mocs_test.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/xe/tests/xe_mocs_test.c b/drivers/gpu/drm/xe/tests/xe_mocs_test.c
index 4f62e7a4270bd..ee40f31e1e12c 100644
--- a/drivers/gpu/drm/xe/tests/xe_mocs_test.c
+++ b/drivers/gpu/drm/xe/tests/xe_mocs_test.c
@@ -22,4 +22,5 @@ kunit_test_suite(xe_mocs_test_suite);
 
 MODULE_AUTHOR("Intel Corporation");
 MODULE_LICENSE("GPL");
+MODULE_DESCRIPTION("xe_mocs kunit test");
 MODULE_IMPORT_NS(EXPORTED_FOR_KUNIT_TESTING);
-- 
2.41.0


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-02-13 15:27 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-13  3:35 [PATCH] drm/xe: Fix modpost warning on xe_mocs kunit module Ashutosh Dixit
2024-02-13  3:38 ` ✓ CI.Patch_applied: success for " Patchwork
2024-02-13  3:38 ` ✗ CI.checkpatch: warning " Patchwork
2024-02-13  3:39 ` ✓ CI.KUnit: success " Patchwork
2024-02-13  3:50 ` ✓ CI.Build: " Patchwork
2024-02-13  3:50 ` ✓ CI.Hooks: " Patchwork
2024-02-13  3:52 ` ✓ CI.checksparse: " Patchwork
2024-02-13  4:28 ` ✓ CI.BAT: " Patchwork
2024-02-13 15:27 ` [PATCH] " Rodrigo Vivi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox