Skip to content

Commit

Permalink
drm/display/selftests: drop extra word 'for' in comments for MST self…
Browse files Browse the repository at this point in the history
…tests

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 <jiangjian@cdjrlc.com>
Reviewed-by: Lyude Paul <lyude@redhat.com>
Signed-off-by: Lyude Paul <lyude@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220623100632.27056-1-jiangjian@cdjrlc.com
  • Loading branch information
Jiang Jian authored and Lyude Paul committed Jun 28, 2022
1 parent 3650062 commit 50ca65b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/selftests/test-drm_dp_mst_helper.c
Original file line number Diff line number Diff line change
@@ -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]"
Expand Down

0 comments on commit 50ca65b

Please sign in to comment.