We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 330ff5a commit 8b9fe8aCopy full SHA for 8b9fe8a
drivers/gpu/drm/tests/drm_client_modeset_test.c
@@ -53,7 +53,6 @@ static int drm_client_modeset_test_init(struct kunit *test)
53
drm_connector_helper_add(&priv->connector, &drm_client_modeset_connector_helper_funcs);
54
55
return 0;
56
-
57
}
58
59
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)
85
84
KUNIT_EXPECT_TRUE(test, drm_mode_equal(expected_mode, mode));
86
87
88
89
static struct kunit_case drm_test_pick_cmdline_tests[] = {
90
KUNIT_CASE(drm_test_pick_cmdline_res_1920_1080_60),
91
{}
0 commit comments