diff options
-rw-r--r-- | include/linux/cpumask.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/cpumask.h b/include/linux/cpumask.h index 8bf1c275fce3..032560295fcb 100644 --- a/include/linux/cpumask.h +++ b/include/linux/cpumask.h | |||
@@ -591,9 +591,8 @@ static inline int cpulist_scnprintf(char *buf, int len, | |||
591 | } | 591 | } |
592 | 592 | ||
593 | /** | 593 | /** |
594 | * cpulist_parse_user - extract a cpumask from a user string of ranges | 594 | * cpulist_parse - extract a cpumask from a user string of ranges |
595 | * @buf: the buffer to extract from | 595 | * @buf: the buffer to extract from |
596 | * @len: the length of the buffer | ||
597 | * @dstp: the cpumask to set. | 596 | * @dstp: the cpumask to set. |
598 | * | 597 | * |
599 | * Returns -errno, or 0 for success. | 598 | * Returns -errno, or 0 for success. |