All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
To: SeongJae Park <sj38.park@gmail.com>
Cc: perfbook@vger.kernel.org
Subject: Re: [PATCH] datastruct: Fix code citation typos
Date: Sun, 31 Jul 2016 20:19:05 -0700	[thread overview]
Message-ID: <20160801031905.GH3482@linux.vnet.ibm.com> (raw)
In-Reply-To: <1470007095-7503-1-git-send-email-sj38.park@gmail.com>

On Mon, Aug 01, 2016 at 08:18:15AM +0900, SeongJae Park wrote:
> Signed-off-by: SeongJae Park <sj38.park@gmail.com>

Good eyes, queued and pushed!

							Thanx, Paul

> ---
>  datastruct/datastruct.tex | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/datastruct/datastruct.tex b/datastruct/datastruct.tex
> index da735ae..4807223 100644
> --- a/datastruct/datastruct.tex
> +++ b/datastruct/datastruct.tex
> @@ -1089,7 +1089,7 @@ may be freed.
> 
>  The \co{->ht_idx} field on line~16 indicates which of the two sets of
>  list pointers are being used by this instantiation of the hash table,
> -and is used to index the \co{->hte_next[]} array in the \co{ht_bucket}
> +and is used to index the \co{->hte_next[]} array in the \co{ht_elem}
>  structure on line~3.
> 
>  The \co{->ht_hash_private}, \co{->ht_cmp()}, \co{->ht_gethash()},
> @@ -1543,7 +1543,7 @@ Otherwise, line~19 picks up a reference to the current hash table,
>  and lines~21-24 allocate a new hash table of the desired size.
>  If a new set of hash/key functions have been specified, these are
>  used for the new table, otherwise those of the old table are preserved.
> -If line~25 detects memory-allocation failure, line~26 releases \co{->htlock}
> +If line~25 detects memory-allocation failure, line~26 releases \co{->ht_lock}
>  and line~27 returns a failure indication.
> 
>  Line~29 starts the bucket-distribution process by installing a reference
> -- 
> 1.9.1
> 


      reply	other threads:[~2016-08-01  3:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-31 23:18 [PATCH] datastruct: Fix code citation typos SeongJae Park
2016-08-01  3:19 ` Paul E. McKenney [this message]

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=20160801031905.GH3482@linux.vnet.ibm.com \
    --to=paulmck@linux.vnet.ibm.com \
    --cc=perfbook@vger.kernel.org \
    --cc=sj38.park@gmail.com \
    /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.