diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-11 13:30:00 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-11 13:30:00 -0400 |
commit | 1f8a6b658a943b4f04a1fc7b3a420360202c86cd (patch) | |
tree | b1edcfde47fcef004ca2c2901ed98d915ac00dbd | |
parent | 0c4ea957c6ec953d84cc07346437abe0ae4bb57d (diff) | |
parent | 1039592d6fe3221c406b02d7341ef4212bc25020 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
* git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial:
further UTF-8 fixes and name correction
Fix wrong identifier name in Documentation/kref.txt
-rw-r--r-- | CREDITS | 4 | ||||
-rw-r--r-- | Documentation/kref.txt | 2 | ||||
-rw-r--r-- | include/asm-m68k/atarihw.h | 2 | ||||
-rw-r--r-- | include/asm-m68k/atariints.h | 2 |
4 files changed, 5 insertions, 5 deletions
@@ -2299,8 +2299,8 @@ E: acme@redhat.com | |||
2299 | W: http://oops.ghostprotocols.net:81/blog/ | 2299 | W: http://oops.ghostprotocols.net:81/blog/ |
2300 | P: 1024D/9224DF01 D5DF E3BB E3C8 BCBB F8AD 841A B6AB 4681 9224 DF01 | 2300 | P: 1024D/9224DF01 D5DF E3BB E3C8 BCBB F8AD 841A B6AB 4681 9224 DF01 |
2301 | D: IPX, LLC, DCCP, cyc2x, wl3501_cs, net/ hacks | 2301 | D: IPX, LLC, DCCP, cyc2x, wl3501_cs, net/ hacks |
2302 | S: R. Brasílio Itiberê, 4270/1010 - Água Verde | 2302 | S: R. BrasÃlio Itiberê, 4270/1010 - Ãgua Verde |
2303 | S: 80240-060 - Curitiba - Paraná | 2303 | S: 80240-060 - Curitiba - Paraná |
2304 | S: Brazil | 2304 | S: Brazil |
2305 | 2305 | ||
2306 | N: Karsten Merker | 2306 | N: Karsten Merker |
diff --git a/Documentation/kref.txt b/Documentation/kref.txt index 42fe28445916..f38b59d00c63 100644 --- a/Documentation/kref.txt +++ b/Documentation/kref.txt | |||
@@ -67,7 +67,7 @@ void more_data_handling(void *cb_data) | |||
67 | . | 67 | . |
68 | . do stuff with data here | 68 | . do stuff with data here |
69 | . | 69 | . |
70 | kref_put(data, data_release); | 70 | kref_put(&data->refcount, data_release); |
71 | } | 71 | } |
72 | 72 | ||
73 | int my_data_handler(void) | 73 | int my_data_handler(void) |
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. |