Skip to content

Commit

Permalink
more UTF-8 conversions
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Bunk <[email protected]>
  • Loading branch information
Marcin Garski authored and AdrianBunk committed Oct 19, 2007
1 parent 96de0e2 commit db95517
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Documentation/i2c/i2c-protocol
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion arch/x86/kernel/cpu/cyrix.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
4 changes: 2 additions & 2 deletions drivers/media/video/saa5246a.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions drivers/media/video/saa5249.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 ²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 ²C-device didn't send acknowledge, 0 otherwise
*/

static int i2c_getdata(struct saa5249_device *t, int count, u8 *buf)
Expand Down
2 changes: 1 addition & 1 deletion drivers/misc/sony-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*
* Copyright (C) 2005 Narayanan R S <[email protected]>
*
* Copyright (C) 2001-2002 Alcôve <www.alcove.com>
* Copyright (C) 2001-2002 Alcôve <www.alcove.com>
*
* Copyright (C) 2001 Michael Ashley <[email protected]>
*
Expand Down
4 changes: 2 additions & 2 deletions drivers/video/vermilion/vermilion.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
*/

Expand Down
2 changes: 1 addition & 1 deletion drivers/video/vermilion/vermilion.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_
Expand Down
2 changes: 1 addition & 1 deletion net/irda/irlan/irlan_client_event.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down
2 changes: 1 addition & 1 deletion net/irda/irlan/irlan_filter.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down
2 changes: 1 addition & 1 deletion net/irda/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down
2 changes: 1 addition & 1 deletion net/irda/wrapper.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down
4 changes: 2 additions & 2 deletions net/netfilter/xt_limit.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* (C) 1999 Jérôme de Vivie <[email protected]>
* (C) 1999 Hervé Eychenne <[email protected]>
/* (C) 1999 Jérôme de Vivie <[email protected]>
* (C) 1999 Hervé Eychenne <[email protected]>
*
* 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
Expand Down

0 comments on commit db95517

Please sign in to comment.