]> 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)
commit5fc5609caa31b583f191a4e776815f422b8c2eda
tree8a4614fcc0a10d1493893cd6df5ba632d9382cb6
parente91ea6366690a94cc51fe62f3cd2221969715e70
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