]> Git Repo - linux.git/commitdiff
drm/display/selftests: drop extra word 'for' in comments for MST selftests
authorJiang Jian <[email protected]>
Thu, 23 Jun 2022 10:06:32 +0000 (18:06 +0800)
committerLyude Paul <[email protected]>
Tue, 28 Jun 2022 22:53:20 +0000 (18:53 -0400)
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]
drivers/gpu/drm/selftests/test-drm_dp_mst_helper.c

index 967c52150b67ee3e1e1270d99f018ce94d1f9d87..4caa9be900ac01aa790c827b3863a384d12b900b 100644 (file)
@@ -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]"
This page took 0.061801 seconds and 4 git commands to generate.