Message ID | 20250104165134.1695864-1-eleanor15x@gmail.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [v2] drm/tests: helpers: Fix compiler warning | expand |
On Sun, 05 Jan 2025 00:51:33 +0800, Yu-Chun Lin wrote: > Delete one line break to make the format correct, resolving the > following warning during a W=1 build: > > >> drivers/gpu/drm/tests/drm_kunit_helpers.c:324: warning: bad line: for a KUnit test > > Applied to misc/kernel.git (drm-misc-fixes). Thanks! Maxime
diff --git a/drivers/gpu/drm/tests/drm_kunit_helpers.c b/drivers/gpu/drm/tests/drm_kunit_helpers.c index 04a6b8cc62ac..3c0b7824c0be 100644 --- a/drivers/gpu/drm/tests/drm_kunit_helpers.c +++ b/drivers/gpu/drm/tests/drm_kunit_helpers.c @@ -320,8 +320,7 @@ static void kunit_action_drm_mode_destroy(void *ptr) } /** - * drm_kunit_display_mode_from_cea_vic() - return a mode for CEA VIC - for a KUnit test + * drm_kunit_display_mode_from_cea_vic() - return a mode for CEA VIC for a KUnit test * @test: The test context object * @dev: DRM device * @video_code: CEA VIC of the mode