diff options
| author | Jiang Jian <[email protected]> | 2022-06-23 10:06:32 +0000 |
|---|---|---|
| committer | Lyude Paul <[email protected]> | 2022-06-28 22:53:20 +0000 |
| commit | 50ca65b44e50e66e370f34e83a1d04a41bbffb70 (patch) | |
| tree | 4c2ef9381e55dc99935fc74c4a58156ad88fe157 | |
| parent | drm/vc4: hdmi: Move pixel doubling from Pixelvalve to HDMI block (diff) | |
| download | kernel-50ca65b44e50e66e370f34e83a1d04a41bbffb70.tar.gz kernel-50ca65b44e50e66e370f34e83a1d04a41bbffb70.zip | |
drm/display/selftests: drop extra word 'for' in comments for MST selftests
there is an unexpected word 'for' in the comments that need to be dropped
file - ./drivers/gpu/drm/selftests/test-drm_dp_mst_helper.c
line - 3
* Test cases for for the DRM DP MST helpers
changed to:
* Test cases for the DRM DP MST helpers
Signed-off-by: Jiang Jian <[email protected]>
Reviewed-by: Lyude Paul <[email protected]>
Signed-off-by: Lyude Paul <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
| -rw-r--r-- | drivers/gpu/drm/selftests/test-drm_dp_mst_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/selftests/test-drm_dp_mst_helper.c b/drivers/gpu/drm/selftests/test-drm_dp_mst_helper.c index 967c52150b67..4caa9be900ac 100644 --- a/drivers/gpu/drm/selftests/test-drm_dp_mst_helper.c +++ b/drivers/gpu/drm/selftests/test-drm_dp_mst_helper.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0-only /* - * Test cases for for the DRM DP MST helpers + * Test cases for the DRM DP MST helpers */ #define PREFIX_STR "[drm_dp_mst_helper]" |
