Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1417252 > unrolled thread
| Started by | Geliang Tang <geliangtang@gmail.com> |
|---|---|
| First post | 2016-06-08 12:20 +0200 |
| Last post | 2016-06-09 01:30 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] cpumask: fix code comment Geliang Tang <geliangtang@gmail.com> - 2016-06-08 12:20 +0200
Re: [PATCH] cpumask: fix code comment Rusty Russell <rusty@rustcorp.com.au> - 2016-06-09 01:30 +0200
| From | Geliang Tang <geliangtang@gmail.com> |
|---|---|
| Date | 2016-06-08 12:20 +0200 |
| Subject | [PATCH] cpumask: fix code comment |
| Message-ID | <rHIKD-7iL-35@gated-at.bofh.it> |
Fix code comment for cpumask_parse(). Signed-off-by: Geliang Tang <geliangtang@gmail.com> --- include/linux/cpumask.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/cpumask.h b/include/linux/cpumask.h index e828cf6..da7fbf1 100644 --- a/include/linux/cpumask.h +++ b/include/linux/cpumask.h @@ -579,7 +579,7 @@ static inline int cpumask_parselist_user(const char __user *buf, int len, } /** - * cpumask_parse - extract a cpumask from from a string + * cpumask_parse - extract a cpumask from a string * @buf: the buffer to extract from * @dstp: the cpumask to set. * -- 1.9.1
[toc] | [next] | [standalone]
| From | Rusty Russell <rusty@rustcorp.com.au> |
|---|---|
| Date | 2016-06-09 01:30 +0200 |
| Message-ID | <rHV57-6GU-3@gated-at.bofh.it> |
| In reply to | #1417252 |
Geliang Tang <geliangtang@gmail.com> writes: > Fix code comment for cpumask_parse(). > > Signed-off-by: Geliang Tang <geliangtang@gmail.com> Acked-by: Rusty Russell <rusty@rustcorp.com.au> (CC'd trivial@kernel.org). Thanks, Rusty. > --- > include/linux/cpumask.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/linux/cpumask.h b/include/linux/cpumask.h > index e828cf6..da7fbf1 100644 > --- a/include/linux/cpumask.h > +++ b/include/linux/cpumask.h > @@ -579,7 +579,7 @@ static inline int cpumask_parselist_user(const char __user *buf, int len, > } > > /** > - * cpumask_parse - extract a cpumask from from a string > + * cpumask_parse - extract a cpumask from a string > * @buf: the buffer to extract from > * @dstp: the cpumask to set. > * > -- > 1.9.1
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web