From b7cc4a879c4fed0adea23e9931d7b1944d103d2b Mon Sep 17 00:00:00 2001 From: Satyam Sharma Date: Fri, 11 May 2007 19:07:14 +0200 Subject: Fix wrong identifier name in Documentation/kref.txt There's a typo / wrong identifier name in Documentation/kref.txt. Fix it. Signed-off-by: Satyam Sharma Acked-by: Corey Minyard Signed-off-by: Adrian Bunk --- Documentation/kref.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/kref.txt b/Documentation/kref.txt index 42fe2844591..f38b59d00c6 100644 --- a/Documentation/kref.txt +++ b/Documentation/kref.txt @@ -67,7 +67,7 @@ void more_data_handling(void *cb_data) . . do stuff with data here . - kref_put(data, data_release); + kref_put(&data->refcount, data_release); } int my_data_handler(void) -- cgit v1.2.3 From 1039592d6fe3221c406b02d7341ef4212bc25020 Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Fri, 11 May 2007 19:09:46 +0200 Subject: further UTF-8 fixes and name correction MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit > -** 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 --- CREDITS | 4 ++-- include/asm-m68k/atarihw.h | 2 +- include/asm-m68k/atariints.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CREDITS b/CREDITS index 6829e91a88d..273d72b610c 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. Braslio 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 6211363a345..ecf007df774 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 ce6c445805b..5748e99f4e2 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. -- cgit v1.2.3