Skip to content

Commit

Permalink
drm/tests: client: Remove extra blank lines
Browse files Browse the repository at this point in the history
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 <mairacanal@riseup.net>
Link: https://lore.kernel.org/r/20221116151833.1679379-1-maxime@cerno.tech
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
  • Loading branch information
Maxime Ripard committed Nov 17, 2022
1 parent 330ff5a commit 8b9fe8a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/gpu/drm/tests/drm_client_modeset_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ static int drm_client_modeset_test_init(struct kunit *test)
drm_connector_helper_add(&priv->connector, &drm_client_modeset_connector_helper_funcs);

return 0;

}

static void drm_test_pick_cmdline_res_1920_1080_60(struct kunit *test)
Expand Down Expand Up @@ -85,7 +84,6 @@ static void drm_test_pick_cmdline_res_1920_1080_60(struct kunit *test)
KUNIT_EXPECT_TRUE(test, drm_mode_equal(expected_mode, mode));
}


static struct kunit_case drm_test_pick_cmdline_tests[] = {
KUNIT_CASE(drm_test_pick_cmdline_res_1920_1080_60),
{}
Expand Down

0 comments on commit 8b9fe8a

Please sign in to comment.