summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/gma500
diff options
context:
space:
mode:
authorJason Wang <wangborong@cdjrlc.com>2022-08-04 19:47:51 +0800
committerPatrik Jakobsson <patrik.r.jakobsson@gmail.com>2022-08-29 09:44:12 +0200
commit291f269a49916a8494526edca92afed69270241f (patch)
treebc4d3d4b033388f31be0f75142dd431a1e081fc5 /drivers/gpu/drm/gma500
parenta7c7d23649f1fc3a73507d2aab3a5010a7b6745d (diff)
downloadlinux-stable-291f269a49916a8494526edca92afed69270241f.tar.gz
linux-stable-291f269a49916a8494526edca92afed69270241f.tar.bz2
linux-stable-291f269a49916a8494526edca92afed69270241f.zip
drm/gma500: Fix comment typo
The double `the' is duplicated in the comment, remove one. Signed-off-by: Jason Wang <wangborong@cdjrlc.com> Signed-off-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com> Link: https://patchwork.freedesktop.org/patch/msgid/20220804114751.46714-1-wangborong@cdjrlc.com
Diffstat (limited to 'drivers/gpu/drm/gma500')
-rw-r--r--drivers/gpu/drm/gma500/cdv_intel_dp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/gma500/cdv_intel_dp.c b/drivers/gpu/drm/gma500/cdv_intel_dp.c
index bb2e9d64018a..53b967282d6a 100644
--- a/drivers/gpu/drm/gma500/cdv_intel_dp.c
+++ b/drivers/gpu/drm/gma500/cdv_intel_dp.c
@@ -115,7 +115,7 @@ i2c_algo_dp_aux_stop(struct i2c_adapter *adapter, bool reading)
/*
* Write a single byte to the current I2C address, the
- * the I2C link must be running or this returns -EIO
+ * I2C link must be running or this returns -EIO
*/
static int
i2c_algo_dp_aux_put_byte(struct i2c_adapter *adapter, u8 byte)