All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/7] datastruct: Fix wrong line number
@ 2018-11-20  0:00 SeongJae Park
  2018-11-20  0:00 ` [PATCH 2/7] datastruct: Update an outdated footnote SeongJae Park
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: SeongJae Park @ 2018-11-20  0:00 UTC (permalink / raw)
  To: paulmck; +Cc: perfbook, SeongJae Park

Signed-off-by: SeongJae Park <sj38.park@gmail.com>
---
 datastruct/datastruct.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/datastruct/datastruct.tex b/datastruct/datastruct.tex
index 1dc2b49..fb8fc20 100644
--- a/datastruct/datastruct.tex
+++ b/datastruct/datastruct.tex
@@ -1549,7 +1549,7 @@ Line~17 conditionally acquires the top-level \co{->ht_lock}, and if
 this acquisition fails, line~18 returns \co{-EBUSY} to indicate that
 a resize is already in progress.
 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.
+and lines~20-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{->ht_lock}
-- 
2.10.0


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-11-20 12:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-20  0:00 [PATCH 1/7] datastruct: Fix wrong line number SeongJae Park
2018-11-20  0:00 ` [PATCH 2/7] datastruct: Update an outdated footnote SeongJae Park
2018-11-20  0:00 ` [PATCH 3/7] count: Use '\lnref' consistently SeongJae Park
2018-11-20  0:00 ` [PATCH 4/7] toolsoftrade: Fix a typo for function name SeongJae Park
2018-11-20  0:00 ` [PATCH 5/7] toolsoftrade: Use '\co' consistently for volatile keyword SeongJae Park
2018-11-20  0:00 ` [PATCH 6/7] formal/axiomatic: Fix a typo: s/Figure/Listing SeongJae Park
2018-11-20  0:00 ` [PATCH 7/7] formal/axiomatic: Add missed parentheses for 'WRITE_ONCE()' SeongJae Park
2018-11-20  1:45 ` [PATCH 1/7] datastruct: Fix wrong line number Paul E. McKenney

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.