Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/tests: client: Remove extra blank lines

Some extra blank lines slipped through, remove them.

Fixes: 8fc0380f6ba7 ("drm/client: Add some tests for drm_connector_pick_cmdline_mode()")
Reviewed-by: Maíra Canal <mairacanal@riseup.net>
Link: https://lore.kernel.org/r/20221116151833.1679379-1-maxime@cerno.tech
Signed-off-by: Maxime Ripard <maxime@cerno.tech>

-2
-2
drivers/gpu/drm/tests/drm_client_modeset_test.c
··· 53 53 drm_connector_helper_add(&priv->connector, &drm_client_modeset_connector_helper_funcs); 54 54 55 55 return 0; 56 - 57 56 } 58 57 59 58 static void drm_test_pick_cmdline_res_1920_1080_60(struct kunit *test) ··· 83 84 84 85 KUNIT_EXPECT_TRUE(test, drm_mode_equal(expected_mode, mode)); 85 86 } 86 - 87 87 88 88 static struct kunit_case drm_test_pick_cmdline_tests[] = { 89 89 KUNIT_CASE(drm_test_pick_cmdline_res_1920_1080_60),