]> Git Repo - linux.git/commit
cpumask: nicer for_each_cpumask_and() signature
authorAlexey Dobriyan <[email protected]>
Wed, 25 Sep 2019 23:47:30 +0000 (16:47 -0700)
committerLinus Torvalds <[email protected]>
Thu, 26 Sep 2019 00:51:40 +0000 (17:51 -0700)
commit2a4a4082cd4438333b5ecffdd15d1a484e5a83c7
tree21b59e6942e3ba42a01b61a53f3433bb75608a56
parent8495f7e6732ed248b648d36439795b42ec650b9e
cpumask: nicer for_each_cpumask_and() signature

Mask arguments can be swapped without changing anything.  Make arguments
names reflect that:

#define for_each_cpu_and(cpu, mask1, mask2)

Link: http://lkml.kernel.org/r/20190724183350.GA15041@avx2
Signed-off-by: Alexey Dobriyan <[email protected]>
Reviewed-by: Andrew Morton <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/cpumask.h
This page took 0.05081 seconds and 4 git commands to generate.