Commit e7daa381 authored by Masanari Iida's avatar Masanari Iida Committed by Daniel Vetter

drm/kselftest: fix spellint typo in test-drm_mm.c

This patch fix a spelling typo in test-drm_mm.c
Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20200615121151.1557985-1-standby24x7@gmail.com
parent 7cbb93d8
...@@ -2483,7 +2483,7 @@ static int __init test_drm_mm_init(void) ...@@ -2483,7 +2483,7 @@ static int __init test_drm_mm_init(void)
while (!random_seed) while (!random_seed)
random_seed = get_random_int(); random_seed = get_random_int();
pr_info("Testing DRM range manger (struct drm_mm), with random_seed=0x%x max_iterations=%u max_prime=%u\n", pr_info("Testing DRM range manager (struct drm_mm), with random_seed=0x%x max_iterations=%u max_prime=%u\n",
random_seed, max_iterations, max_prime); random_seed, max_iterations, max_prime);
err = run_selftests(selftests, ARRAY_SIZE(selftests), NULL); err = run_selftests(selftests, ARRAY_SIZE(selftests), NULL);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment