From: Andy Shevchenko Date: Mon, 6 Mar 2023 15:22:04 +0000 (+0200) Subject: cpumask: Fix typo nr_cpumask_size --> nr_cpumask_bits X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=80c16b2b121fbc3380dbffa9bab7559acbaaa2ed;p=linux.git cpumask: Fix typo nr_cpumask_size --> nr_cpumask_bits The never used nr_cpumask_size is just a typo, hence use existing redefinition that's called nr_cpumask_bits. Signed-off-by: Andy Shevchenko Signed-off-by: Linus Torvalds --- diff --git a/include/linux/cpumask.h b/include/linux/cpumask.h index 8fbe76607965e..ce8eb7ef21072 100644 --- a/include/linux/cpumask.h +++ b/include/linux/cpumask.h @@ -66,7 +66,7 @@ static inline void set_nr_cpu_ids(unsigned int nr) * * Finally, some operations just want the exact limit, either because * they set bits or just don't have any faster fixed-sized versions. We - * call this just 'nr_cpumask_size'. + * call this just 'nr_cpumask_bits'. * * Note that these optional constants are always guaranteed to be at * least as big as 'nr_cpu_ids' itself is, and all our cpumask