diff options
author | Yury Norov <yury.norov@gmail.com> | 2021-08-15 00:17:08 +0300 |
---|---|---|
committer | Yury Norov <yury.norov@gmail.com> | 2022-01-15 19:47:31 +0300 |
commit | 749443de8dde3b8b420ee8b4daac4d929a6adeb9 (patch) | |
tree | 077c4667bd02ca847b0ad04846f7f719b091a207 /mm/percpu.c | |
parent | 7516be9931b8bc8bcaac8531f490b42ab11ded1e (diff) | |
download | linux-749443de8dde3b8b420ee8b4daac4d929a6adeb9.tar.xz |
Replace for_each_*_bit_from() with for_each_*_bit() where appropriate
A couple of kernel functions call for_each_*_bit_from() with start
bit equal to 0. Replace them with for_each_*_bit().
No functional changes, but might improve on readability.
Signed-off-by: Yury Norov <yury.norov@gmail.com>
Tested-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Diffstat (limited to 'mm/percpu.c')
0 files changed, 0 insertions, 0 deletions