* 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
···6767 .6868 . do stuff with data here6969 .7070- kref_put(data, data_release);7070+ kref_put(&data->refcount, data_release);7171}72727373int my_data_handler(void)
+1-1
include/asm-m68k/atarihw.h
···22** linux/atarihw.h -- This header defines some macros and pointers for33** the various Atari custom hardware registers.44**55-** Copyright 1994 by Bjrn Brauel55+** Copyright 1994 by Björn Brauel66**77** 5/1/94 Roman Hodek:88** Added definitions for TT specific chips.
+1-1
include/asm-m68k/atariints.h
···11/*22** atariints.h -- Atari Linux interrupt handling structs and prototypes33**44-** Copyright 1994 by Bjrn Brauel44+** Copyright 1994 by Björn Brauel55**66** 5/2/94 Roman Hodek:77** TT interrupt definitions added.