All of lore.kernel.org
 help / color / mirror / Atom feed
From: Corey Minyard <minyard@acm.org>
To: Satyam Sharma <ssatyam@cse.iitk.ac.in>
Cc: linux-kernel@vger.kernel.org, akpm@linux-foundation.org
Subject: Re: [PATCH (trivial)] Fix wrong identifier name in Documentation/kref.txt
Date: Fri, 04 May 2007 13:49:27 -0500	[thread overview]
Message-ID: <463B8037.70701@acm.org> (raw)
In-Reply-To: <Pine.LNX.4.64.0705041949130.14683@cselinux1.cse.iitk.ac.in>

Yes, please add this.  Thanks.

-corey

Satyam Sharma wrote:
> Here's another trivial one I've been meaning to send since ... a long 
> time back.
>
> Cheers,
> Satyam
>
> ---
>
> There's a typo / wrong identifier name in Documentation/kref.txt. Fix it.
>
>     Signed-off-by: Satyam Sharma <ssatyam@cse.iitk.ac.in>
>
> ---
>
> diff -ruNp linux-2.6.21.1/Documentation/kref.txt 
> linux-2.6.21.1~patch/Documentation/kref.txt
> --- linux-2.6.21.1/Documentation/kref.txt    2007-05-04 
> 19:40:01.000000000 +0530
> +++ linux-2.6.21.1~patch/Documentation/kref.txt    2007-05-04 
> 19:41:04.000000000 +0530
> @@ -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)


  reply	other threads:[~2007-05-04 18:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-04 14:25 [PATCH (trivial)] Fix wrong identifier name in Documentation/kref.txt Satyam Sharma
2007-05-04 18:49 ` Corey Minyard [this message]
2007-05-09 21:20   ` Satyam Sharma

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=463B8037.70701@acm.org \
    --to=minyard@acm.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=ssatyam@cse.iitk.ac.in \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.