drm/gma500: Fix comment typo
authorJason Wang <wangborong@cdjrlc.com>
Thu, 4 Aug 2022 11:47:51 +0000 (19:47 +0800)
committerPatrik Jakobsson <patrik.r.jakobsson@gmail.com>
Mon, 29 Aug 2022 07:44:12 +0000 (09:44 +0200)
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
drivers/gpu/drm/gma500/cdv_intel_dp.c

index bb2e9d6..53b9672 100644 (file)
@@ -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)