public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cpumask: fix code comment
@ 2016-06-08 10:15 Geliang Tang
  2016-06-08 23:22 ` Rusty Russell
  0 siblings, 1 reply; 2+ messages in thread
From: Geliang Tang @ 2016-06-08 10:15 UTC (permalink / raw)
  To: Andrew Morton, Rasmus Villemoes, Rusty Russell, Eric Biggers,
	Peter Zijlstra (Intel)
  Cc: Geliang Tang, linux-kernel

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

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

end of thread, other threads:[~2016-06-08 23:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-08 10:15 [PATCH] cpumask: fix code comment Geliang Tang
2016-06-08 23:22 ` Rusty Russell

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