mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 23:03:57 -04:00
drm/tests: managed: Rename the suite name to match other DRM tests
DRM tests use "_" rather than "-" as word separator. Rename the test suite to match other tests. Signed-off-by: Michał Winiarski <michal.winiarski@intel.com> Signed-off-by: Maxime Ripard <mripard@kernel.org> Link: https://patchwork.freedesktop.org/patch/msgid/20240115171351.504264-3-michal.winiarski@intel.com
This commit is contained in:
committed by
Maxime Ripard
parent
42d6196f6a
commit
dd0ce02f98
@@ -61,7 +61,7 @@ static struct kunit_case drm_managed_tests[] = {
|
||||
};
|
||||
|
||||
static struct kunit_suite drm_managed_test_suite = {
|
||||
.name = "drm-test-managed",
|
||||
.name = "drm_managed",
|
||||
.test_cases = drm_managed_tests
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user