Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1417959
| From | Rusty Russell <rusty@rustcorp.com.au> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] cpumask: fix code comment |
| Date | 2016-06-09 01:30 +0200 |
| Message-ID | <rHV57-6GU-3@gated-at.bofh.it> (permalink) |
| References | <rHIKD-7iL-35@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[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
csiph-web