All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] toolsoftrade: add missed closing parenthesis
@ 2016-02-14  1:54 SeongJae Park
  2016-02-15  6:13 ` Paul E. McKenney
  0 siblings, 1 reply; 2+ messages in thread
From: SeongJae Park @ 2016-02-14  1:54 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 8d54d3a..bfe3c52 100644
--- a/toolsoftrade/toolsoftrade.tex
+++ b/toolsoftrade/toolsoftrade.tex
@@ -394,7 +394,7 @@ Figure~\ref{fig:toolsoftrade:Threads Created Via pthread-create() Share Memory}
 The first argument is a pointer to a \co{pthread_t} in which to store the
 ID of the thread to be created, the second \co{NULL} argument is a pointer
 to an optional \co{pthread_attr_t}, the third argument is the function
-(in this case, \co{mythread()}
+(in this case, \co{mythread()})
 that is to be invoked by the new thread, and the last \co{NULL} argument
 is the argument that will be passed to \co{mythread}.

-- 
1.9.1


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

* Re: [PATCH] toolsoftrade: add missed closing parenthesis
  2016-02-14  1:54 [PATCH] toolsoftrade: add missed closing parenthesis SeongJae Park
@ 2016-02-15  6:13 ` Paul E. McKenney
  0 siblings, 0 replies; 2+ messages in thread
From: Paul E. McKenney @ 2016-02-15  6:13 UTC (permalink / raw)
  To: SeongJae Park; +Cc: perfbook

On Sun, Feb 14, 2016 at 10:54:06AM +0900, SeongJae Park wrote:
> Signed-off-by: SeongJae Park <sj38.park@gmail.com>

Good catch, queued!

							Thanx,  Paul

> ---
>  toolsoftrade/toolsoftrade.tex | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/toolsoftrade/toolsoftrade.tex b/toolsoftrade/toolsoftrade.tex
> index 8d54d3a..bfe3c52 100644
> --- a/toolsoftrade/toolsoftrade.tex
> +++ b/toolsoftrade/toolsoftrade.tex
> @@ -394,7 +394,7 @@ Figure~\ref{fig:toolsoftrade:Threads Created Via pthread-create() Share Memory}
>  The first argument is a pointer to a \co{pthread_t} in which to store the
>  ID of the thread to be created, the second \co{NULL} argument is a pointer
>  to an optional \co{pthread_attr_t}, the third argument is the function
> -(in this case, \co{mythread()}
> +(in this case, \co{mythread()})
>  that is to be invoked by the new thread, and the last \co{NULL} argument
>  is the argument that will be passed to \co{mythread}.
> 
> -- 
> 1.9.1
> 


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

end of thread, other threads:[~2016-02-15  6:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-14  1:54 [PATCH] toolsoftrade: add missed closing parenthesis SeongJae Park
2016-02-15  6:13 ` 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.