Discussions of the Parallel Programming book
 help / color / mirror / Atom feed
* [PATCH 1/2] toolsoftrade: Close uncompleted parentheses
@ 2017-01-03 18:59 SeongJae Park
  2017-01-03 18:59 ` [PATCH 2/2] toolsoftrade: Add suffix `()` to function name SeongJae Park
  0 siblings, 1 reply; 3+ messages in thread
From: SeongJae Park @ 2017-01-03 18:59 UTC (permalink / raw)
  To: paulmck; +Cc: perfbook, SeongJae Park

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

diff --git a/toolsoftrade/toolsoftrade.tex b/toolsoftrade/toolsoftrade.tex
index 194659949d36..899ef01e6e2a 100644
--- a/toolsoftrade/toolsoftrade.tex
+++ b/toolsoftrade/toolsoftrade.tex
@@ -1320,7 +1320,7 @@ storage, and other less-polite names, are used extremely
 heavily in concurrent code, as will be explored in
 Chapters~\ref{chp:Counting} and~\ref{chp:Data Ownership}.
 POSIX supplies the \co{pthread_key_create()} function to create a
-per-thread variable (and return the corresponding key,
+per-thread variable (and return the corresponding key),
 \co{pthread_key_delete()} to delete the per-thread variable corresponding
 to key,
 \co{pthread_setspecific()} to set the value of the current thread's
-- 
2.10.0


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

* [PATCH 2/2] toolsoftrade: Add suffix `()` to function name
  2017-01-03 18:59 [PATCH 1/2] toolsoftrade: Close uncompleted parentheses SeongJae Park
@ 2017-01-03 18:59 ` SeongJae Park
  2017-01-03 19:32   ` Paul E. McKenney
  0 siblings, 1 reply; 3+ messages in thread
From: SeongJae Park @ 2017-01-03 18:59 UTC (permalink / raw)
  To: paulmck; +Cc: perfbook, SeongJae Park

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

diff --git a/toolsoftrade/toolsoftrade.tex b/toolsoftrade/toolsoftrade.tex
index 899ef01e6e2a..bc51437eb141 100644
--- a/toolsoftrade/toolsoftrade.tex
+++ b/toolsoftrade/toolsoftrade.tex
@@ -1383,7 +1383,7 @@ initialization code.

 The Linux kernel uses
 \co{struct task_struct} pointers to track kthreads,
-\co{kthread_create} to create them,
+\co{kthread_create()} to create them,
 \co{kthread_should_stop()} to externally suggest that they stop
 (which has no POSIX equivalent),
 \co{kthread_stop()} to wait for them to stop, and
-- 
2.10.0


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

* Re: [PATCH 2/2] toolsoftrade: Add suffix `()` to function name
  2017-01-03 18:59 ` [PATCH 2/2] toolsoftrade: Add suffix `()` to function name SeongJae Park
@ 2017-01-03 19:32   ` Paul E. McKenney
  0 siblings, 0 replies; 3+ messages in thread
From: Paul E. McKenney @ 2017-01-03 19:32 UTC (permalink / raw)
  To: SeongJae Park; +Cc: perfbook

On Wed, Jan 04, 2017 at 03:59:53AM +0900, SeongJae Park wrote:
> Signed-off-by: SeongJae Park <sj38.park@gmail.com>

Both queued and pushed, thank you!

							Thanx, Paul

> ---
>  toolsoftrade/toolsoftrade.tex | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/toolsoftrade/toolsoftrade.tex b/toolsoftrade/toolsoftrade.tex
> index 899ef01e6e2a..bc51437eb141 100644
> --- a/toolsoftrade/toolsoftrade.tex
> +++ b/toolsoftrade/toolsoftrade.tex
> @@ -1383,7 +1383,7 @@ initialization code.
> 
>  The Linux kernel uses
>  \co{struct task_struct} pointers to track kthreads,
> -\co{kthread_create} to create them,
> +\co{kthread_create()} to create them,
>  \co{kthread_should_stop()} to externally suggest that they stop
>  (which has no POSIX equivalent),
>  \co{kthread_stop()} to wait for them to stop, and
> -- 
> 2.10.0
> 


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

end of thread, other threads:[~2017-01-03 19:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-03 18:59 [PATCH 1/2] toolsoftrade: Close uncompleted parentheses SeongJae Park
2017-01-03 18:59 ` [PATCH 2/2] toolsoftrade: Add suffix `()` to function name SeongJae Park
2017-01-03 19:32   ` Paul E. McKenney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox