[PATCH] include files: convert "include" subdirectory to UTF-8

From: John Anthony Kazos Jr.
Date: Tue Apr 17 2007 - 13:55:36 EST


From: John Anthony Kazos Jr. <jakj@xxxxxxxxxxx>

Convert the "include" subdirectory to UTF-8. The following files are
changed.

include/net/irda/{iriap.h,irttp.h,iriap_event.h,parameters.h}
include/net/irda/{irlmp_frame.h,irlan_eth.h,irlan_provider.h}
include/net/irda/{irlan_event.h,wrapper.h,af_irda.h,irlmp.h}
include/net/irda/{irmod.h,irlap.h,irlan_filter.h,timer.h,irqueue.h}
include/net/irda/{irda.h,irias_object.h,irlan_client.h}
include/net/irda/{irlan_common.h,irlmp_event.h}
include/linux/i2c-algo-pcf.h
include/linux/crypto.h
include/linux/meye.h
include/linux/sonypi.h
include/linux/i2c-algo-bit.h
include/linux/irda.h
include/asm-arm/arch-imx/imx-regs.h
include/asm-arm/arch-omap/{board.h,dma.h,gpio.h}
include/asm-arm/arch-integrator/platform.h
include/asm-m68k/{atariints.h,atarihw.h}
include/asm-ppc/hydra.h

Signed-off-by: John Anthony Kazos Jr. <jakj@xxxxxxxxxxx>

---

I can't get my mail client to send in ISO-8859-1 explicitly instead of
whatever it decides I want, so the actual patch is attached in
octet-stream format. The below patch is just for reference and will very
likely NOT work, unless this time it picks ISO-8859-1.

Also, since the patch includes both encodings, whichever encoding you
select while viewing it will display one correct and one garbled line.
However, the bytecodes -are- correct.

diff -uprN linux-2.6.21-rc7.orig/include/asm-arm/arch-imx/imx-regs.h linux-2.6.21-rc7.mod/include/asm-arm/arch-imx/imx-regs.h
--- linux-2.6.21-rc7.orig/include/asm-arm/arch-imx/imx-regs.h 2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/include/asm-arm/arch-imx/imx-regs.h 2007-04-17 13:43:32.000000000 -0400
@@ -297,7 +297,7 @@
#define SAR(x) __REG2( IMX_DMAC_BASE + 0x80, (x) << 6) /* Source Address Registers */
#define DAR(x) __REG2( IMX_DMAC_BASE + 0x84, (x) << 6) /* Destination Address Registers */
#define CNTR(x) __REG2( IMX_DMAC_BASE + 0x88, (x) << 6) /* Count Registers */
-#define CCR(x) __REG2( IMX_DMAC_BASE + 0x8c, (x) << 6) /* Control Registers */
+#define CCR(x) __REG2( IMX_DMAC_BASE + 0x8c, (x) << 6) /* Control Registers */
#define RSSR(x) __REG2( IMX_DMAC_BASE + 0x90, (x) << 6) /* Request source select Registers */
#define BLR(x) __REG2( IMX_DMAC_BASE + 0x94, (x) << 6) /* Burst length Registers */
#define RTOR(x) __REG2( IMX_DMAC_BASE + 0x98, (x) << 6) /* Request timeout Registers */
diff -uprN linux-2.6.21-rc7.orig/include/asm-arm/arch-integrator/platform.h linux-2.6.21-rc7.mod/include/asm-arm/arch-integrator/platform.h
--- linux-2.6.21-rc7.orig/include/asm-arm/arch-integrator/platform.h 2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/include/asm-arm/arch-integrator/platform.h 2007-04-17 13:38:29.000000000 -0400
@@ -17,7 +17,7 @@
* from .s file by awk -f s2h.awk
*/
/**************************************************************************
- * * Copyright © ARM Limited 1998. All rights reserved.
+ * * Copyright © ARM Limited 1998. All rights reserved.
* ***********************************************************************/
/* ************************************************************************
*
diff -uprN linux-2.6.21-rc7.orig/include/asm-arm/arch-omap/board.h linux-2.6.21-rc7.mod/include/asm-arm/arch-omap/board.h
--- linux-2.6.21-rc7.orig/include/asm-arm/arch-omap/board.h 2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/include/asm-arm/arch-omap/board.h 2007-04-17 13:38:29.000000000 -0400
@@ -4,7 +4,7 @@
* Information structures for board-specific data
*
* Copyright (C) 2004 Nokia Corporation
- * Written by Juha Yrjölä <juha.yrjola@xxxxxxxxx>
+ * Written by Juha Yrjölä <juha.yrjola@xxxxxxxxx>
*/

#ifndef _OMAP_BOARD_H
diff -uprN linux-2.6.21-rc7.orig/include/asm-arm/arch-omap/dma.h linux-2.6.21-rc7.mod/include/asm-arm/arch-omap/dma.h
--- linux-2.6.21-rc7.orig/include/asm-arm/arch-omap/dma.h 2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/include/asm-arm/arch-omap/dma.h 2007-04-17 13:38:29.000000000 -0400
@@ -2,7 +2,7 @@
* linux/include/asm-arm/arch-omap/dma.h
*
* Copyright (C) 2003 Nokia Corporation
- * Author: Juha Yrjölä <juha.yrjola@xxxxxxxxx>
+ * Author: Juha Yrjölä <juha.yrjola@xxxxxxxxx>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff -uprN linux-2.6.21-rc7.orig/include/asm-arm/arch-omap/gpio.h linux-2.6.21-rc7.mod/include/asm-arm/arch-omap/gpio.h
--- linux-2.6.21-rc7.orig/include/asm-arm/arch-omap/gpio.h 2007-04-17 11:42:07.000000000 -0400
+++ linux-2.6.21-rc7.mod/include/asm-arm/arch-omap/gpio.h 2007-04-17 13:38:29.000000000 -0400
@@ -5,7 +5,7 @@
*
* Copyright (C) 2003-2005 Nokia Corporation
*
- * Written by Juha Yrjölä <juha.yrjola@xxxxxxxxx>
+ * Written by Juha Yrjölä <juha.yrjola@xxxxxxxxx>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff -uprN linux-2.6.21-rc7.orig/include/asm-m68k/atarihw.h linux-2.6.21-rc7.mod/include/asm-m68k/atarihw.h
--- linux-2.6.21-rc7.orig/include/asm-m68k/atarihw.h 2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/include/asm-m68k/atarihw.h 2007-04-17 13:38:29.000000000 -0400
@@ -2,7 +2,7 @@
** linux/atarihw.h -- This header defines some macros and pointers for
** the various Atari custom hardware registers.
**
-** Copyright 1994 by Bj?rn Brauel
+** Copyright 1994 by BjÂ?rn Brauel
**
** 5/1/94 Roman Hodek:
** Added definitions for TT specific chips.
diff -uprN linux-2.6.21-rc7.orig/include/asm-m68k/atariints.h linux-2.6.21-rc7.mod/include/asm-m68k/atariints.h
--- linux-2.6.21-rc7.orig/include/asm-m68k/atariints.h 2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/include/asm-m68k/atariints.h 2007-04-17 13:38:29.000000000 -0400
@@ -1,7 +1,7 @@
/*
** atariints.h -- Atari Linux interrupt handling structs and prototypes
**
-** Copyright 1994 by Bj?rn Brauel
+** Copyright 1994 by BjÂ?rn Brauel
**
** 5/2/94 Roman Hodek:
** TT interrupt definitions added.
diff -uprN linux-2.6.21-rc7.orig/include/asm-ppc/hydra.h linux-2.6.21-rc7.mod/include/asm-ppc/hydra.h
--- linux-2.6.21-rc7.orig/include/asm-ppc/hydra.h 2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/include/asm-ppc/hydra.h 2007-04-17 13:38:29.000000000 -0400
@@ -8,7 +8,7 @@
* Macintosh Technology in the Common Hardware Reference Platform
* Apple Computer, Inc.
*
- * © Copyright 1995 Apple Computer, Inc. All rights reserved.
+ * © Copyright 1995 Apple Computer, Inc. All rights reserved.
*
* It's available online from http://chrp.apple.com/MacTech.pdf.
* You can obtain paper copies of this book from computer bookstores or by
diff -uprN linux-2.6.21-rc7.orig/include/linux/crypto.h linux-2.6.21-rc7.mod/include/linux/crypto.h
--- linux-2.6.21-rc7.orig/include/linux/crypto.h 2007-04-17 11:42:11.000000000 -0400
+++ linux-2.6.21-rc7.mod/include/linux/crypto.h 2007-04-17 13:38:29.000000000 -0400
@@ -6,7 +6,7 @@
* Copyright (c) 2005 Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
*
* Portions derived from Cryptoapi, by Alexander Kjeldaas <astor@xxxxxxx>
- * and Nettle, by Niels Möller.
+ * and Nettle, by Niels Möller.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
diff -uprN linux-2.6.21-rc7.orig/include/linux/i2c-algo-bit.h linux-2.6.21-rc7.mod/include/linux/i2c-algo-bit.h
--- linux-2.6.21-rc7.orig/include/linux/i2c-algo-bit.h 2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/include/linux/i2c-algo-bit.h 2007-04-17 13:38:29.000000000 -0400
@@ -18,7 +18,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
/* ------------------------------------------------------------------------- */

-/* With some changes from Kyösti Mälkki <kmalkki@xxxxxxxxx> and even
+/* With some changes from Kyösti Mälkki <kmalkki@xxxxxxxxx> and even
Frodo Looijaard <frodol@xxxxxx> */

#ifndef _LINUX_I2C_ALGO_BIT_H
diff -uprN linux-2.6.21-rc7.orig/include/linux/i2c-algo-pcf.h linux-2.6.21-rc7.mod/include/linux/i2c-algo-pcf.h
--- linux-2.6.21-rc7.orig/include/linux/i2c-algo-pcf.h 2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/include/linux/i2c-algo-pcf.h 2007-04-17 13:38:29.000000000 -0400
@@ -19,7 +19,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
/* ------------------------------------------------------------------------- */

-/* With some changes from Kyösti Mälkki <kmalkki@xxxxxxxxx> and even
+/* With some changes from Kyösti Mälkki <kmalkki@xxxxxxxxx> and even
Frodo Looijaard <frodol@xxxxxx> */

#ifndef _LINUX_I2C_ALGO_PCF_H
diff -uprN linux-2.6.21-rc7.orig/include/linux/irda.h linux-2.6.21-rc7.mod/include/linux/irda.h
--- linux-2.6.21-rc7.orig/include/linux/irda.h 2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/include/linux/irda.h 2007-04-17 13:38:29.000000000 -0400
@@ -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.
*
diff -uprN linux-2.6.21-rc7.orig/include/linux/meye.h linux-2.6.21-rc7.mod/include/linux/meye.h
--- linux-2.6.21-rc7.orig/include/linux/meye.h 2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/include/linux/meye.h 2007-04-17 13:38:29.000000000 -0400
@@ -3,7 +3,7 @@
*
* Copyright (C) 2001-2003 Stelian Pop <stelian@xxxxxxxxxx>
*
- * Copyright (C) 2001-2002 Alcôve <www.alcove.com>
+ * Copyright (C) 2001-2002 Alcôve <www.alcove.com>
*
* Copyright (C) 2000 Andrew Tridgell <tridge@xxxxxxxxxxx>
*
diff -uprN linux-2.6.21-rc7.orig/include/linux/sonypi.h linux-2.6.21-rc7.mod/include/linux/sonypi.h
--- linux-2.6.21-rc7.orig/include/linux/sonypi.h 2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/include/linux/sonypi.h 2007-04-17 13:38:29.000000000 -0400
@@ -5,7 +5,7 @@
*
* Copyright (C) 2005 Narayanan R S <nars@xxxxxxxxxxx>

- * 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@xxxxxxxxxxx>
*
diff -uprN linux-2.6.21-rc7.orig/include/net/irda/af_irda.h linux-2.6.21-rc7.mod/include/net/irda/af_irda.h
--- linux-2.6.21-rc7.orig/include/net/irda/af_irda.h 2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/include/net/irda/af_irda.h 2007-04-17 13:38:29.000000000 -0400
@@ -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.
*
diff -uprN linux-2.6.21-rc7.orig/include/net/irda/irda.h linux-2.6.21-rc7.mod/include/net/irda/irda.h
--- linux-2.6.21-rc7.orig/include/net/irda/irda.h 2007-04-17 11:42:13.000000000 -0400
+++ linux-2.6.21-rc7.mod/include/net/irda/irda.h 2007-04-17 13:38:29.000000000 -0400
@@ -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.
*
diff -uprN linux-2.6.21-rc7.orig/include/net/irda/iriap_event.h linux-2.6.21-rc7.mod/include/net/irda/iriap_event.h
--- linux-2.6.21-rc7.orig/include/net/irda/iriap_event.h 2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/include/net/irda/iriap_event.h 2007-04-17 13:38:29.000000000 -0400
@@ -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.
*
diff -uprN linux-2.6.21-rc7.orig/include/net/irda/iriap.h linux-2.6.21-rc7.mod/include/net/irda/iriap.h
--- linux-2.6.21-rc7.orig/include/net/irda/iriap.h 2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/include/net/irda/iriap.h 2007-04-17 13:38:29.000000000 -0400
@@ -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.
*
diff -uprN linux-2.6.21-rc7.orig/include/net/irda/irias_object.h linux-2.6.21-rc7.mod/include/net/irda/irias_object.h
--- linux-2.6.21-rc7.orig/include/net/irda/irias_object.h 2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/include/net/irda/irias_object.h 2007-04-17 13:38:29.000000000 -0400
@@ -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.
*
diff -uprN linux-2.6.21-rc7.orig/include/net/irda/irlan_client.h linux-2.6.21-rc7.mod/include/net/irda/irlan_client.h
--- linux-2.6.21-rc7.orig/include/net/irda/irlan_client.h 2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/include/net/irda/irlan_client.h 2007-04-17 13:38:29.000000000 -0400
@@ -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.
*
diff -uprN linux-2.6.21-rc7.orig/include/net/irda/irlan_common.h linux-2.6.21-rc7.mod/include/net/irda/irlan_common.h
--- linux-2.6.21-rc7.orig/include/net/irda/irlan_common.h 2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/include/net/irda/irlan_common.h 2007-04-17 13:38:29.000000000 -0400
@@ -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.
*
diff -uprN linux-2.6.21-rc7.orig/include/net/irda/irlan_eth.h linux-2.6.21-rc7.mod/include/net/irda/irlan_eth.h
--- linux-2.6.21-rc7.orig/include/net/irda/irlan_eth.h 2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/include/net/irda/irlan_eth.h 2007-04-17 13:38:29.000000000 -0400
@@ -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.
*
diff -uprN linux-2.6.21-rc7.orig/include/net/irda/irlan_event.h linux-2.6.21-rc7.mod/include/net/irda/irlan_event.h
--- linux-2.6.21-rc7.orig/include/net/irda/irlan_event.h 2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/include/net/irda/irlan_event.h 2007-04-17 13:38:29.000000000 -0400
@@ -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.
*
diff -uprN linux-2.6.21-rc7.orig/include/net/irda/irlan_filter.h linux-2.6.21-rc7.mod/include/net/irda/irlan_filter.h
--- linux-2.6.21-rc7.orig/include/net/irda/irlan_filter.h 2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/include/net/irda/irlan_filter.h 2007-04-17 13:38:29.000000000 -0400
@@ -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.
*
diff -uprN linux-2.6.21-rc7.orig/include/net/irda/irlan_provider.h linux-2.6.21-rc7.mod/include/net/irda/irlan_provider.h
--- linux-2.6.21-rc7.orig/include/net/irda/irlan_provider.h 2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/include/net/irda/irlan_provider.h 2007-04-17 13:38:29.000000000 -0400
@@ -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.
*
diff -uprN linux-2.6.21-rc7.orig/include/net/irda/irlap.h linux-2.6.21-rc7.mod/include/net/irda/irlap.h
--- linux-2.6.21-rc7.orig/include/net/irda/irlap.h 2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/include/net/irda/irlap.h 2007-04-17 13:38:29.000000000 -0400
@@ -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.
*
diff -uprN linux-2.6.21-rc7.orig/include/net/irda/irlmp_event.h linux-2.6.21-rc7.mod/include/net/irda/irlmp_event.h
--- linux-2.6.21-rc7.orig/include/net/irda/irlmp_event.h 2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/include/net/irda/irlmp_event.h 2007-04-17 13:38:29.000000000 -0400
@@ -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.
*
diff -uprN linux-2.6.21-rc7.orig/include/net/irda/irlmp_frame.h linux-2.6.21-rc7.mod/include/net/irda/irlmp_frame.h
--- linux-2.6.21-rc7.orig/include/net/irda/irlmp_frame.h 2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/include/net/irda/irlmp_frame.h 2007-04-17 13:38:29.000000000 -0400
@@ -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.
*
diff -uprN linux-2.6.21-rc7.orig/include/net/irda/irlmp.h linux-2.6.21-rc7.mod/include/net/irda/irlmp.h
--- linux-2.6.21-rc7.orig/include/net/irda/irlmp.h 2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/include/net/irda/irlmp.h 2007-04-17 13:38:29.000000000 -0400
@@ -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.
*
diff -uprN linux-2.6.21-rc7.orig/include/net/irda/irmod.h linux-2.6.21-rc7.mod/include/net/irda/irmod.h
--- linux-2.6.21-rc7.orig/include/net/irda/irmod.h 2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/include/net/irda/irmod.h 2007-04-17 13:38:29.000000000 -0400
@@ -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 charg.
*
diff -uprN linux-2.6.21-rc7.orig/include/net/irda/irqueue.h linux-2.6.21-rc7.mod/include/net/irda/irqueue.h
--- linux-2.6.21-rc7.orig/include/net/irda/irqueue.h 2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/include/net/irda/irqueue.h 2007-04-17 13:38:29.000000000 -0400
@@ -21,7 +21,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.
*
diff -uprN linux-2.6.21-rc7.orig/include/net/irda/irttp.h linux-2.6.21-rc7.mod/include/net/irda/irttp.h
--- linux-2.6.21-rc7.orig/include/net/irda/irttp.h 2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/include/net/irda/irttp.h 2007-04-17 13:38:29.000000000 -0400
@@ -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.
*
diff -uprN linux-2.6.21-rc7.orig/include/net/irda/parameters.h linux-2.6.21-rc7.mod/include/net/irda/parameters.h
--- linux-2.6.21-rc7.orig/include/net/irda/parameters.h 2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/include/net/irda/parameters.h 2007-04-17 13:38:29.000000000 -0400
@@ -26,7 +26,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*
- * Michel Dänzer <daenzer@xxxxxxxxxx>, 10/2001
+ * Michel Dänzer <daenzer@xxxxxxxxxx>, 10/2001
* - simplify irda_pv_t to avoid endianness issues
*
********************************************************************/
diff -uprN linux-2.6.21-rc7.orig/include/net/irda/timer.h linux-2.6.21-rc7.mod/include/net/irda/timer.h
--- linux-2.6.21-rc7.orig/include/net/irda/timer.h 2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/include/net/irda/timer.h 2007-04-17 13:38:29.000000000 -0400
@@ -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.
*
diff -uprN linux-2.6.21-rc7.orig/include/net/irda/wrapper.h linux-2.6.21-rc7.mod/include/net/irda/wrapper.h
--- linux-2.6.21-rc7.orig/include/net/irda/wrapper.h 2007-02-04 13:44:54.000000000 -0500
+++ linux-2.6.21-rc7.mod/include/net/irda/wrapper.h 2007-04-17 13:38:29.000000000 -0400
@@ -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.
*

Attachment: patch-include.bin
Description: Binary data