]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
cpumask: align text in comment
authorJoel Savitz <jsavitz@redhat.com>
Wed, 19 Mar 2025 16:12:18 +0000 (12:12 -0400)
committerYury Norov <yury.norov@gmail.com>
Thu, 20 Mar 2025 21:33:31 +0000 (17:33 -0400)
Since commit 4e1a7df45480 ("cpumask: Add enabled cpumask
for present CPUs that can be brought online") introduced
cpu_enabled_mask, the comment line describing the mask
has been slightly out of alignment with the adjacent
lines.

Fix this by removing a single space character.

Signed-off-by: Joel Savitz <jsavitz@redhat.com>
Signed-off-by: Yury Norov <yury.norov@gmail.com>
include/linux/cpumask.h

index 9289d461217081b99b852961d69f605268a5f8ab..f9a8683840835cb75f7de12ac2a13dd20bb20675 100644 (file)
@@ -81,7 +81,7 @@ static __always_inline void set_nr_cpu_ids(unsigned int nr)
  *
  *     cpu_possible_mask- has bit 'cpu' set iff cpu is populatable
  *     cpu_present_mask - has bit 'cpu' set iff cpu is populated
- *     cpu_enabled_mask  - has bit 'cpu' set iff cpu can be brought online
+ *     cpu_enabled_mask - has bit 'cpu' set iff cpu can be brought online
  *     cpu_online_mask  - has bit 'cpu' set iff cpu available to scheduler
  *     cpu_active_mask  - has bit 'cpu' set iff cpu available to migration
  *