aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Woodhouse <dwmw2@infradead.org>2007-05-11 13:09:46 -0400
committerAdrian Bunk <bunk@stusta.de>2007-05-11 13:09:46 -0400
commit1039592d6fe3221c406b02d7341ef4212bc25020 (patch)
tree2597628a465dc228729ad90e52aab136b5cc4ba7
parentb7cc4a879c4fed0adea23e9931d7b1944d103d2b (diff)
further UTF-8 fixes and name correction
> -** Copyright 1994 by Bj<94>rn Brauel > +** Copyright 1994 by Bj”rn Brauel I think these were cp437, and it should read 'Björn'. (asm-m68k/atari*.h) Also note that Arnaldo just put more legacy noise into CREDITS... Signed-off-by: Adrian Bunk <bunk@stusta.de>
-rw-r--r--CREDITS4
-rw-r--r--include/asm-m68k/atarihw.h2
-rw-r--r--include/asm-m68k/atariints.h2
3 files changed, 4 insertions, 4 deletions
diff --git a/CREDITS b/CREDITS
index 6829e91a88d4..273d72b610c3 100644
--- a/CREDITS
+++ b/CREDITS
@@ -2299,8 +2299,8 @@ E: acme@redhat.com
2299W: http://oops.ghostprotocols.net:81/blog/ 2299W: http://oops.ghostprotocols.net:81/blog/
2300P: 1024D/9224DF01 D5DF E3BB E3C8 BCBB F8AD 841A B6AB 4681 9224 DF01 2300P: 1024D/9224DF01 D5DF E3BB E3C8 BCBB F8AD 841A B6AB 4681 9224 DF01
2301D: IPX, LLC, DCCP, cyc2x, wl3501_cs, net/ hacks 2301D: IPX, LLC, DCCP, cyc2x, wl3501_cs, net/ hacks
2302S: R. Braslio Itiber, 4270/1010 - gua Verde 2302S: R. Brasílio Itiberê, 4270/1010 - Água Verde
2303S: 80240-060 - Curitiba - Paran 2303S: 80240-060 - Curitiba - Paraná
2304S: Brazil 2304S: Brazil
2305 2305
2306N: Karsten Merker 2306N: Karsten Merker
diff --git a/include/asm-m68k/atarihw.h b/include/asm-m68k/atarihw.h
index 6211363a345f..ecf007df7743 100644
--- a/include/asm-m68k/atarihw.h
+++ b/include/asm-m68k/atarihw.h
@@ -2,7 +2,7 @@
2** linux/atarihw.h -- This header defines some macros and pointers for 2** linux/atarihw.h -- This header defines some macros and pointers for
3** the various Atari custom hardware registers. 3** the various Atari custom hardware registers.
4** 4**
5** Copyright 1994 by Bj”rn Brauel 5** Copyright 1994 by Björn Brauel
6** 6**
7** 5/1/94 Roman Hodek: 7** 5/1/94 Roman Hodek:
8** Added definitions for TT specific chips. 8** Added definitions for TT specific chips.
diff --git a/include/asm-m68k/atariints.h b/include/asm-m68k/atariints.h
index ce6c445805bd..5748e99f4e26 100644
--- a/include/asm-m68k/atariints.h
+++ b/include/asm-m68k/atariints.h
@@ -1,7 +1,7 @@
1/* 1/*
2** atariints.h -- Atari Linux interrupt handling structs and prototypes 2** atariints.h -- Atari Linux interrupt handling structs and prototypes
3** 3**
4** Copyright 1994 by Bj”rn Brauel 4** Copyright 1994 by Björn Brauel
5** 5**
6** 5/2/94 Roman Hodek: 6** 5/2/94 Roman Hodek:
7** TT interrupt definitions added. 7** TT interrupt definitions added.