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 <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202501032001.O6WY1VCW-lkp@intel.com/ Reviewed-by: Kuan-Wei Chiu <visitorckw@gmail.com> Tested-by: Kuan-Wei Chiu <visitorckw@gmail.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Yu-Chun Lin <eleanor15x@gmail.com> Link: https://patchwork.freedesktop.org/patch/msgid/20250104165134.1695864-1-eleanor15x@gmail.com Signed-off-by: Maxime Ripard <mripard@kernel.org>
1 parent 79d67c4 commit b9097e4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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)