From: Eric Biggers Date: Tue, 22 Mar 2016 21:25:39 +0000 (-0700) Subject: cpumask: remove incorrect information from comment X-Git-Tag: v4.6-rc1~45^2~54 X-Git-Url: http://git.cascardo.info/?a=commitdiff_plain;h=95f27356e4a8982257ecae6bc44c650772d77659;p=cascardo%2Flinux.git cpumask: remove incorrect information from comment Since commit cdfdef75e795 ("cpumask: only allocate nr_cpumask_bits."), this comment above cpumask_size() is no longer relevant. Signed-off-by: Eric Biggers Cc: Rusty Russell Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/linux/cpumask.h b/include/linux/cpumask.h index fc14275ff34e..40cee6b77a93 100644 --- a/include/linux/cpumask.h +++ b/include/linux/cpumask.h @@ -607,8 +607,6 @@ static inline int cpulist_parse(const char *buf, struct cpumask *dstp) /** * cpumask_size - size to allocate for a 'struct cpumask' in bytes - * - * This will eventually be a runtime variable, depending on nr_cpu_ids. */ static inline size_t cpumask_size(void) {