Skip to content

Commit 8b9fe8a

Browse files
committed
drm/tests: client: Remove extra blank lines
Some extra blank lines slipped through, remove them. Fixes: 8fc0380 ("drm/client: Add some tests for drm_connector_pick_cmdline_mode()") Reviewed-by: Maíra Canal <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Maxime Ripard <[email protected]>
1 parent 330ff5a commit 8b9fe8a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/gpu/drm/tests/drm_client_modeset_test.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ static int drm_client_modeset_test_init(struct kunit *test)
5353
drm_connector_helper_add(&priv->connector, &drm_client_modeset_connector_helper_funcs);
5454

5555
return 0;
56-
5756
}
5857

5958
static void drm_test_pick_cmdline_res_1920_1080_60(struct kunit *test)
@@ -85,7 +84,6 @@ static void drm_test_pick_cmdline_res_1920_1080_60(struct kunit *test)
8584
KUNIT_EXPECT_TRUE(test, drm_mode_equal(expected_mode, mode));
8685
}
8786

88-
8987
static struct kunit_case drm_test_pick_cmdline_tests[] = {
9088
KUNIT_CASE(drm_test_pick_cmdline_res_1920_1080_60),
9189
{}

0 commit comments

Comments
 (0)