Skip to content

Commit 80c16b2

Browse files
andy-shevtorvalds
authored andcommitted
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 <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent fe15c26 commit 80c16b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/cpumask.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ static inline void set_nr_cpu_ids(unsigned int nr)
6666
*
6767
* Finally, some operations just want the exact limit, either because
6868
* they set bits or just don't have any faster fixed-sized versions. We
69-
* call this just 'nr_cpumask_size'.
69+
* call this just 'nr_cpumask_bits'.
7070
*
7171
* Note that these optional constants are always guaranteed to be at
7272
* least as big as 'nr_cpu_ids' itself is, and all our cpumask

0 commit comments

Comments
 (0)