Skip to content

Commit

Permalink
cpumask: fix code comment
Browse files Browse the repository at this point in the history
Fix code comment for cpumask_parse().

Link: http://lkml.kernel.org/r/71aae2c60ae5dae0cf554199ce6aea8f88c69347.1465380581.git.geliangtang@gmail.com
Signed-off-by: Geliang Tang <geliangtang@gmail.com>
Acked-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Geliang Tang authored and Linus Torvalds committed Aug 2, 2016
1 parent 627393d commit b06fb41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/cpumask.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit b06fb41

Please sign in to comment.