···68686969 Flags I2C_M_IGNORE_NAK7070 Normally message is interrupted immediately if there is [NA] from the7171- client. Setting this flag treats any [NA] as [A], and all of7171+ client. Setting this flag treats any [NA] as [A], and all of7272 message is sent.7373 These messages may still fail to SCL lo->hi timeout.7474
···196196 return i2c_sendbuf(t, buf[0], ct-1, buf+1);197197}198198199199-/* Get count number of bytes from I�C-device at address adr, store them in buf.199199+/* Get count number of bytes from I²C-device at address adr, store them in buf.200200 * Start & stop handshaking is done by this routine, ack will be sent after the201201 * last byte to inhibit further sending of data. If uaccess is 'true', data is202202- * written to user-space with put_user. Returns -1 if I�C-device didn't send202202+ * written to user-space with put_user. Returns -1 if I²C-device didn't send203203 * acknowledge, 0 otherwise204204 */205205static int i2c_getdata(struct saa5246a_device *t, int count, u8 *buf)
+2-2
drivers/media/video/saa5249.c
···291291 return i2c_sendbuf(t, buf[0], ct-1, buf+1);292292}293293294294-/* Get count number of bytes from I�C-device at address adr, store them in buf. Start & stop294294+/* Get count number of bytes from I²C-device at address adr, store them in buf. Start & stop295295 * handshaking is done by this routine, ack will be sent after the last byte to inhibit further296296 * sending of data. If uaccess is 'true', data is written to user-space with put_user.297297- * Returns -1 if I�C-device didn't send acknowledge, 0 otherwise297297+ * Returns -1 if I²C-device didn't send acknowledge, 0 otherwise298298 */299299300300static int i2c_getdata(struct saa5249_device *t, int count, u8 *buf)
···2323 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA2424 *2525 * Authors:2626- * Thomas Hellstr�m <thomas-at-tungstengraphics-dot-com>2727- * Michel D�nzer <michel-at-tungstengraphics-dot-com>2626+ * Thomas Hellström <thomas-at-tungstengraphics-dot-com>2727+ * Michel Dänzer <michel-at-tungstengraphics-dot-com>2828 * Alan Hourihane <alanh-at-tungstengraphics-dot-com>2929 */3030
+1-1
drivers/video/vermilion/vermilion.h
···2323 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA2424 *2525 * Authors:2626- * Thomas Hellstr�m <thomas-at-tungstengraphics-dot-com>2626+ * Thomas Hellström <thomas-at-tungstengraphics-dot-com>2727 */28282929#ifndef _VERMILION_H_
+1-1
net/irda/irlan/irlan_client_event.c
···1717 * published by the Free Software Foundation; either version 2 of1818 * the License, or (at your option) any later version.1919 *2020- * Neither Dag Brattli nor University of Troms� admit liability nor2020+ * Neither Dag Brattli nor University of Tromsø admit liability nor2121 * provide warranty for any of this software. This material is2222 * provided "AS-IS" and at no charge.2323 *
+1-1
net/irda/irlan/irlan_filter.c
···1616 * published by the Free Software Foundation; either version 2 of1717 * the License, or (at your option) any later version.1818 *1919- * Neither Dag Brattli nor University of Troms� admit liability nor1919+ * Neither Dag Brattli nor University of Tromsø admit liability nor2020 * provide warranty for any of this software. This material is2121 * provided "AS-IS" and at no charge.2222 *
+1-1
net/irda/timer.c
···1818 * published by the Free Software Foundation; either version 2 of1919 * the License, or (at your option) any later version.2020 *2121- * Neither Dag Brattli nor University of Troms� admit liability nor2121+ * Neither Dag Brattli nor University of Tromsø admit liability nor2222 * provide warranty for any of this software. This material is2323 * provided "AS-IS" and at no charge.2424 *
+1-1
net/irda/wrapper.c
···2020 * published by the Free Software Foundation; either version 2 of2121 * the License, or (at your option) any later version.2222 *2323- * Neither Dag Brattli nor University of Troms� admit liability nor2323+ * Neither Dag Brattli nor University of Tromsø admit liability nor2424 * provide warranty for any of this software. This material is2525 * provided "AS-IS" and at no charge.2626 *
+2-2
net/netfilter/xt_limit.c
···11-/* (C) 1999 J�r�me de Vivie <devivie@info.enserb.u-bordeaux.fr>22- * (C) 1999 Herv� Eychenne <eychenne@info.enserb.u-bordeaux.fr>11+/* (C) 1999 Jérôme de Vivie <devivie@info.enserb.u-bordeaux.fr>22+ * (C) 1999 Hervé Eychenne <eychenne@info.enserb.u-bordeaux.fr>33 *44 * This program is free software; you can redistribute it and/or modify55 * it under the terms of the GNU General Public License version 2 as