[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220804114557.44714-1-wangborong@cdjrlc.com>
Date: Thu, 4 Aug 2022 19:45:57 +0800
From: Jason Wang <wangborong@...rlc.com>
To: daniel@...ll.ch
Cc: airlied@...ux.ie, jani.nikula@...el.com, lyude@...hat.com,
ville.syrjala@...ux.intel.com, tzimmermann@...e.de,
imre.deak@...el.com, dri-devel@...ts.freedesktop.org,
linux-kernel@...r.kernel.org, Jason Wang <wangborong@...rlc.com>
Subject: [PATCH] drm/display: Fix comment typo
The double `the' is duplicated in the comment, remove one.
Signed-off-by: Jason Wang <wangborong@...rlc.com>
---
drivers/gpu/drm/display/drm_dp_helper.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/display/drm_dp_helper.c b/drivers/gpu/drm/display/drm_dp_helper.c
index e5bab236b3ae..32b295003f49 100644
--- a/drivers/gpu/drm/display/drm_dp_helper.c
+++ b/drivers/gpu/drm/display/drm_dp_helper.c
@@ -1597,7 +1597,7 @@ static int drm_dp_aux_reply_duration(const struct drm_dp_aux_msg *msg)
/*
* Calculate the length of the i2c transfer in usec, assuming
- * the i2c bus speed is as specified. Gives the the "worst"
+ * the i2c bus speed is as specified. Gives the "worst"
* case estimate, ie. successful while as long as possible.
* Doesn't account the "MOT" bit, and instead assumes each
* message includes a START, ADDRESS and STOP. Neither does it
--
2.35.1
Powered by blists - more mailing lists