]> git.baikalelectronics.ru Git - kernel.git/commit
lib/cpumask: change return types to unsigned where appropriate
authorYury Norov <yury.norov@gmail.com>
Fri, 1 Jul 2022 12:54:27 +0000 (05:54 -0700)
committerYury Norov <yury.norov@gmail.com>
Fri, 15 Jul 2022 13:35:54 +0000 (06:35 -0700)
commitc75b36ec53fd20144ef39a61ee7337086fb37898
tree8a4614fcc0a10d1493893cd6df5ba632d9382cb6
parente6295929fe76e48d79eac76ccd7eada0e9e917d5
lib/cpumask: change return types to unsigned where appropriate

Switch return types to unsigned int where return values cannot be negative.

Signed-off-by: Yury Norov <yury.norov@gmail.com>
include/linux/cpumask.h
lib/cpumask.c