Skip to content

Commit b9097e4

Browse files
eleanorLYJmripard
authored andcommitted
drm/tests: helpers: Fix compiler warning
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 Fixes: caa714f ("drm/tests: helpers: Add helper for drm_display_mode_from_cea_vic()") Reported-by: kernel test robot <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Reviewed-by: Kuan-Wei Chiu <[email protected]> Tested-by: Kuan-Wei Chiu <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Signed-off-by: Yu-Chun Lin <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Signed-off-by: Maxime Ripard <[email protected]>
1 parent 79d67c4 commit b9097e4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

drivers/gpu/drm/tests/drm_kunit_helpers.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,7 @@ static void kunit_action_drm_mode_destroy(void *ptr)
320320
}
321321

322322
/**
323-
* drm_kunit_display_mode_from_cea_vic() - return a mode for CEA VIC
324-
for a KUnit test
323+
* drm_kunit_display_mode_from_cea_vic() - return a mode for CEA VIC for a KUnit test
325324
* @test: The test context object
326325
* @dev: DRM device
327326
* @video_code: CEA VIC of the mode

0 commit comments

Comments
 (0)