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 /Documentation | |
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
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/kref.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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) |