cpumask: Fix typo nr_cpumask_size --> nr_cpumask_bits
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 6 Mar 2023 15:22:04 +0000 (17:22 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 6 Mar 2023 18:58:04 +0000 (10:58 -0800)
commit80c16b2b121fbc3380dbffa9bab7559acbaaa2ed
tree8421fe357204f88c9d6e024bd6d919a9e6363485
parentfe15c26ee26efa11741a7b632e9f23b01aca4cc6
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 <andriy.shevchenko@linux.intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/cpumask.h