* [PATCH] include files: convert "include" subdirectory to UTF-8
@ 2007-04-17 17:53 John Anthony Kazos Jr.
2007-04-18 9:41 ` Stefan Richter
2007-05-10 9:28 ` David Woodhouse
0 siblings, 2 replies; 4+ messages in thread
From: John Anthony Kazos Jr. @ 2007-04-17 17:53 UTC (permalink / raw)
To: linux-kernel; +Cc: trivial
[-- Attachment #1: Type: TEXT/PLAIN, Size: 25389 bytes --]
From: John Anthony Kazos Jr. <jakj@j-a-k-j.com>
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@j-a-k-j.com>
---
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@nokia.com>
+ * Written by Juha Yrjölä <juha.yrjola@nokia.com>
*/
#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@nokia.com>
+ * Author: Juha Yrjölä <juha.yrjola@nokia.com>
*
* 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@nokia.com>
+ * Written by Juha Yrjölä <juha.yrjola@nokia.com>
*
* 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 Bjrn 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 Bjrn 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@gondor.apana.org.au>
*
* Portions derived from Cryptoapi, by Alexander Kjeldaas <astor@fast.no>
- * 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@cc.hut.fi> and even
+/* With some changes from Kyösti Mälkki <kmalkki@cc.hut.fi> and even
Frodo Looijaard <frodol@dds.nl> */
#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@cc.hut.fi> and even
+/* With some changes from Kyösti Mälkki <kmalkki@cc.hut.fi> and even
Frodo Looijaard <frodol@dds.nl> */
#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@popies.net>
*
- * Copyright (C) 2001-2002 Alcôve <www.alcove.com>
+ * Copyright (C) 2001-2002 Alcôve <www.alcove.com>
*
* Copyright (C) 2000 Andrew Tridgell <tridge@valinux.com>
*
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@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>
*
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@debian.org>, 10/2001
+ * Michel Dänzer <daenzer@debian.org>, 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 #2: Type: APPLICATION/octet-stream, Size: 24053 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] include files: convert "include" subdirectory to UTF-8
2007-04-17 17:53 [PATCH] include files: convert "include" subdirectory to UTF-8 John Anthony Kazos Jr.
@ 2007-04-18 9:41 ` Stefan Richter
2007-04-18 10:55 ` Stefan Richter
2007-05-10 9:28 ` David Woodhouse
1 sibling, 1 reply; 4+ messages in thread
From: Stefan Richter @ 2007-04-18 9:41 UTC (permalink / raw)
To: John Anthony Kazos Jr.; +Cc: linux-kernel, trivial
On 4/17/2007 7:53 PM, John Anthony Kazos Jr. wrote:
> From: John Anthony Kazos Jr. <jakj@j-a-k-j.com>
>
> 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
Same comment as on ''crypto: convert "crypto" subdirectory to UTF-8'':
Aren't we using ASCII for C sources?
BTW, the file names in the patch description are redundant. A diffstat
can always be generated by patch handling tools and SCMs. In case of
bigger patches which touch multiple files such as this, a diffstat on
top of the diff (but outside of the description, i.e. below a "---"
delimiter line) should be provided when the patch is posted to
mailinglists, so that the extent of the patch can be quickly assessed
when reading the mails.
--
Stefan Richter
-=====-=-=== -=-- =--=-
http://arcgraph.de/sr/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] include files: convert "include" subdirectory to UTF-8
2007-04-18 9:41 ` Stefan Richter
@ 2007-04-18 10:55 ` Stefan Richter
0 siblings, 0 replies; 4+ messages in thread
From: Stefan Richter @ 2007-04-18 10:55 UTC (permalink / raw)
To: John Anthony Kazos Jr.; +Cc: linux-kernel, trivial
I wrote:
> Aren't we using ASCII for C sources?
Not anymore, according to http://lkml.org/lkml/2007/4/18/94 .
--
Stefan Richter
-=====-=-=== -=-- =--=-
http://arcgraph.de/sr/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] include files: convert "include" subdirectory to UTF-8
2007-04-17 17:53 [PATCH] include files: convert "include" subdirectory to UTF-8 John Anthony Kazos Jr.
2007-04-18 9:41 ` Stefan Richter
@ 2007-05-10 9:28 ` David Woodhouse
1 sibling, 0 replies; 4+ messages in thread
From: David Woodhouse @ 2007-05-10 9:28 UTC (permalink / raw)
To: John Anthony Kazos Jr.; +Cc: linux-kernel, trivial
[-- Attachment #1: Type: text/plain, Size: 302 bytes --]
On Tue, 2007-04-17 at 13:53 -0400, John Anthony Kazos Jr. wrote:
> -** Copyright 1994 by Bj<94>rn Brauel
> +** Copyright 1994 by Bj”rn Brauel
I think that file was cp437, and it should read 'Björn'.
(asm-m68k/atari*.h)
Also note that Arnaldo just put more legacy noise into CREDITS...
--
dwmw2
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: fix-charset.patch --]
[-- Type: text/x-patch; name=fix-charset.patch; charset=UTF-8, Size: 1373 bytes --]
diff --git a/CREDITS b/CREDITS
index 6829e91..273d72b 100644
--- a/CREDITS
+++ b/CREDITS
@@ -2299,8 +2299,8 @@ E: acme@redhat.com
W: http://oops.ghostprotocols.net:81/blog/
P: 1024D/9224DF01 D5DF E3BB E3C8 BCBB F8AD 841A B6AB 4681 9224 DF01
D: IPX, LLC, DCCP, cyc2x, wl3501_cs, net/ hacks
-S: R. Brasílio Itiberê, 4270/1010 - Água Verde
-S: 80240-060 - Curitiba - Paraná
+S: R. BrasÃlio Itiberê, 4270/1010 - Ãgua Verde
+S: 80240-060 - Curitiba - Paraná
S: Brazil
N: Karsten Merker
diff --git a/include/asm-m68k/atarihw.h b/include/asm-m68k/atarihw.h
index 6211363..ecf007d 100644
--- a/include/asm-m68k/atarihw.h
+++ b/include/asm-m68k/atarihw.h
@@ -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 --git a/include/asm-m68k/atariints.h b/include/asm-m68k/atariints.h
index ce6c445..5748e99 100644
--- a/include/asm-m68k/atariints.h
+++ b/include/asm-m68k/atariints.h
@@ -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.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-05-10 9:28 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-17 17:53 [PATCH] include files: convert "include" subdirectory to UTF-8 John Anthony Kazos Jr.
2007-04-18 9:41 ` Stefan Richter
2007-04-18 10:55 ` Stefan Richter
2007-05-10 9:28 ` David Woodhouse
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®