Skip to content

Commit

Permalink
Fix wrong identifier name in Documentation/kref.txt
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Satyam Sharma authored and Adrian Bunk committed May 11, 2007
1 parent 129a84d commit b7cc4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/kref.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b7cc4a8

Please sign in to comment.