]> Pileus Git - ~andy/linux/commitdiff
more UTF-8 conversions
authorMarcin Garski <mgarski@post.pl>
Fri, 19 Oct 2007 21:22:11 +0000 (23:22 +0200)
committerAdrian Bunk <bunk@kernel.org>
Fri, 19 Oct 2007 21:22:11 +0000 (23:22 +0200)
Signed-off-by: Adrian Bunk <bunk@kernel.org>
12 files changed:
Documentation/i2c/i2c-protocol
arch/x86/kernel/cpu/cyrix.c
drivers/media/video/saa5246a.c
drivers/media/video/saa5249.c
drivers/misc/sony-laptop.c
drivers/video/vermilion/vermilion.c
drivers/video/vermilion/vermilion.h
net/irda/irlan/irlan_client_event.c
net/irda/irlan/irlan_filter.c
net/irda/timer.c
net/irda/wrapper.c
net/netfilter/xt_limit.c

index 579b92d5f3a38c4796d6bcf4c1de559277090974..10518dd588146f6d57c1e3c9c912bb525bc86425 100644 (file)
@@ -68,7 +68,7 @@ We have found some I2C devices that needs the following modifications:
 
   Flags I2C_M_IGNORE_NAK
     Normally message is interrupted immediately if there is [NA] from the
-    client. Setting this flag treats any [NA] as [A], and all of
+    client. Setting this flag treats any [NA] as [A], and all of
     message is sent.
     These messages may still fail to SCL lo->hi timeout.
 
index 65fa636f410ef2ab089d488e83727d18c5bd9049..4aa2ff8d3c432aeafc90b617fdea76992181e7d8 100644 (file)
@@ -93,7 +93,7 @@ static void __cpuinit check_cx686_slop(struct cpuinfo_x86 *c)
 
                local_irq_save(flags);
                ccr3 = getCx86(CX86_CCR3);
-               setCx86(CX86_CCR3, (ccr3 & 0x0f) | 0x10); /* enable MAPEN  */
+               setCx86(CX86_CCR3, (ccr3 & 0x0f) | 0x10); /* enable MAPEN */
                ccr5 = getCx86(CX86_CCR5);
                if (ccr5 & 2)
                        setCx86(CX86_CCR5, ccr5 & 0xfd);  /* reset SLOP */
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)
index 17f1e2e9a66b16c3031fe9e7b29573765da8f86e..94bb59a32b17e3e984dfb0ec03905ef99a4dc855 100644 (file)
@@ -291,10 +291,10 @@ static int i2c_senddata(struct saa5249_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. Start & stop
+/* 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 acknowledge, 0 otherwise
+ * Returns -1 if I²C-device didn't send acknowledge, 0 otherwise
  */
 
 static int i2c_getdata(struct saa5249_device *t, int count, u8 *buf)
index fc70fbab7beb067387fed2767ccec6e82f5359b8..bb13858f60a135fd71a06525ade38c8e8cd227ed 100644 (file)
@@ -14,7 +14,7 @@
  *
  * Copyright (C) 2005 Narayanan R S <nars@kadamba.org>
  *
- * Copyright (C) 2001-2002 Alcôve <www.alcove.com>
+ * Copyright (C) 2001-2002 Alcôve <www.alcove.com>
  *
  * Copyright (C) 2001 Michael Ashley <m.ashley@unsw.edu.au>
  *
index ff9e805c43bccedcbd89689b45136f0c6ea6fa5c..c31f549ebea0b88750118cd7f5a6c72305182895 100644 (file)
@@ -23,8 +23,8 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  *
  * Authors:
- *   Thomas Hellström <thomas-at-tungstengraphics-dot-com>
- *   Michel Dänzer <michel-at-tungstengraphics-dot-com>
+ *   Thomas Hellström <thomas-at-tungstengraphics-dot-com>
+ *   Michel Dänzer <michel-at-tungstengraphics-dot-com>
  *   Alan Hourihane <alanh-at-tungstengraphics-dot-com>
  */
 
index 1fc6695a49d2f1f70642f76b1b830b669ae40eb1..c4aba59d4809a7fce3eec1d0504e926fe67b16bb 100644 (file)
@@ -23,7 +23,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  *
  * Authors:
- *   Thomas Hellström <thomas-at-tungstengraphics-dot-com>
+ *   Thomas Hellström <thomas-at-tungstengraphics-dot-com>
  */
 
 #ifndef _VERMILION_H_
index 843ab6fbb394b17065f35e01b74162a653e69a69..6afcee59e90632b926fd069c10353916693c1335 100644 (file)
@@ -17,7 +17,7 @@
  *     published by the Free Software Foundation; either version 2 of
  *     the License, or (at your option) any later version.
  *
- *     Neither Dag Brattli nor University of Tromsø admit liability nor
+ *     Neither Dag Brattli nor University of Tromsø admit liability nor
  *     provide warranty for any of this software. This material is
  *     provided "AS-IS" and at no charge.
  *
index e6346b88f934fef993428aa9e0448475094d28e3..4384be9a6888776baffce9b20393bbb59f830aa6 100644 (file)
@@ -16,7 +16,7 @@
  *     published by the Free Software Foundation; either version 2 of
  *     the License, or (at your option) any later version.
  *
- *     Neither Dag Brattli nor University of Tromsø admit liability nor
+ *     Neither Dag Brattli nor University of Tromsø admit liability nor
  *     provide warranty for any of this software. This material is
  *     provided "AS-IS" and at no charge.
  *
index d3a6ee8cc4a281a60baa7522278294a3d5799e03..d730099080a28acabb81957840c11e5be7e10445 100644 (file)
@@ -18,7 +18,7 @@
  *     published by the Free Software Foundation; either version 2 of
  *     the License, or (at your option) any later version.
  *
- *     Neither Dag Brattli nor University of Tromsø admit liability nor
+ *     Neither Dag Brattli nor University of Tromsø admit liability nor
  *     provide warranty for any of this software. This material is
  *     provided "AS-IS" and at no charge.
  *
index a7a7f191f1a86c94437b464f02fdaa5097787ba0..e71286768a480994141f6d9b97b270c212112ccf 100644 (file)
@@ -20,7 +20,7 @@
  *     published by the Free Software Foundation; either version 2 of
  *     the License, or (at your option) any later version.
  *
- *     Neither Dag Brattli nor University of Tromsø admit liability nor
+ *     Neither Dag Brattli nor University of Tromsø admit liability nor
  *     provide warranty for any of this software. This material is
  *     provided "AS-IS" and at no charge.
  *
index 4fcca797150f75d7fc673196476ff101dfeecb05..f263a77e57b729106a4b5948f74de7ccf566bae3 100644 (file)
@@ -1,5 +1,5 @@
-/* (C) 1999 Jérôme de Vivie <devivie@info.enserb.u-bordeaux.fr>
- * (C) 1999 Hervé Eychenne <eychenne@info.enserb.u-bordeaux.fr>
+/* (C) 1999 Jérôme de Vivie <devivie@info.enserb.u-bordeaux.fr>
+ * (C) 1999 Hervé Eychenne <eychenne@info.enserb.u-bordeaux.fr>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 2 as