diff options
| author | Satyam Sharma <ssatyam@cse.iitk.ac.in> | 2007-05-11 13:07:14 -0400 |
|---|---|---|
| committer | Adrian Bunk <bunk@stusta.de> | 2007-05-11 13:07:14 -0400 |
| commit | b7cc4a879c4fed0adea23e9931d7b1944d103d2b (patch) | |
| tree | 404f12a105fe06d9748502f1b755894aee2ad817 /Documentation/kref.txt | |
| parent | 129a84de2347002f09721cda3155ccfd19fade40 (diff) | |
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 <ssatyam@cse.iitk.ac.in>
Acked-by: Corey Minyard <minyard@acm.org>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'Documentation/kref.txt')
| -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 42fe2844591..f38b59d00c6 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) |
