Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b7cc4a879c4fed0adea23e9931d7b1944d103d2b
Commit:     b7cc4a879c4fed0adea23e9931d7b1944d103d2b
Parent:     129a84de2347002f09721cda3155ccfd19fade40
Author:     Satyam Sharma <[EMAIL PROTECTED]>
AuthorDate: Fri May 11 19:07:14 2007 +0200
Committer:  Adrian Bunk <[EMAIL PROTECTED]>
CommitDate: Fri May 11 19:07:14 2007 +0200

    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 <[EMAIL PROTECTED]>
    Acked-by: Corey Minyard <[EMAIL PROTECTED]>
    Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
---
 Documentation/kref.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation/kref.txt b/Documentation/kref.txt
index 42fe284..f38b59d 100644
--- a/Documentation/kref.txt
+++ b/Documentation/kref.txt
@@ -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)
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to