Skip to content

Commit 1cf8e15

Browse files
theyoyojoYuryNorov
authored andcommitted
cpumask: align text in comment
Since commit 4e1a7df ("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>
1 parent e3f42c4 commit 1cf8e15

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
@@ -81,7 +81,7 @@ static __always_inline void set_nr_cpu_ids(unsigned int nr)
8181
*
8282
* cpu_possible_mask- has bit 'cpu' set iff cpu is populatable
8383
* cpu_present_mask - has bit 'cpu' set iff cpu is populated
84-
* cpu_enabled_mask - has bit 'cpu' set iff cpu can be brought online
84+
* cpu_enabled_mask - has bit 'cpu' set iff cpu can be brought online
8585
* cpu_online_mask - has bit 'cpu' set iff cpu available to scheduler
8686
* cpu_active_mask - has bit 'cpu' set iff cpu available to migration
8787
*

0 commit comments

Comments
 (0)