more UTF-8 conversions
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / media / video / saa5246a.c
index e20aa3612a7c86699053cdd512be1e286e4b3506..ad0232935df6fb760f176f97695f8ce81ed38957 100644 (file)
@@ -196,10 +196,10 @@ static int i2c_senddata(struct saa5246a_device *t, ...)
        return i2c_sendbuf(t, buf[0], ct-1, buf+1);
 }
 
-/* Get count number of bytes from I²C-device at address adr, store them in buf.
+/* Get count number of bytes from I²C-device at address adr, store them in buf.
  * Start & stop handshaking is done by this routine, ack will be sent after the
  * last byte to inhibit further sending of data. If uaccess is 'true', data is
- * written to user-space with put_user. Returns -1 if I²C-device didn't send
+ * written to user-space with put_user. Returns -1 if I²C-device didn't send
  * acknowledge, 0 otherwise
  */
 static int i2c_getdata(struct saa5246a_device *t, int count, u8 *buf)