diff --git a/include/linux/cpumask.h b/include/linux/cpumask.h
index e828cf65d7dfd5645c0c61f53795f4f4aba11453..da7fbf1cdd5613cb709c1a50fa44d2e2e7159d91 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.
  *