Skip to content

Commit e7daa38

Browse files
standby24x7danvet
authored andcommitted
drm/kselftest: fix spellint typo in test-drm_mm.c
This patch fix a spelling typo in test-drm_mm.c Signed-off-by: Masanari Iida <[email protected]> Signed-off-by: Daniel Vetter <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 7cbb93d commit e7daa38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/selftests/test-drm_mm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2483,7 +2483,7 @@ static int __init test_drm_mm_init(void)
24832483
while (!random_seed)
24842484
random_seed = get_random_int();
24852485

2486-
pr_info("Testing DRM range manger (struct drm_mm), with random_seed=0x%x max_iterations=%u max_prime=%u\n",
2486+
pr_info("Testing DRM range manager (struct drm_mm), with random_seed=0x%x max_iterations=%u max_prime=%u\n",
24872487
random_seed, max_iterations, max_prime);
24882488
err = run_selftests(selftests, ARRAY_SIZE(selftests), NULL);
24892489

0 commit comments

Comments
 (0)