aboutsummaryrefslogtreecommitdiffstats
path: root/lib/test_bitmap.c
diff options
context:
space:
mode:
authorYury Norov <[email protected]>2021-08-14 21:17:08 +0000
committerYury Norov <[email protected]>2022-01-15 16:47:31 +0000
commit749443de8dde3b8b420ee8b4daac4d929a6adeb9 (patch)
tree077c4667bd02ca847b0ad04846f7f719b091a207 /lib/test_bitmap.c
parentfind: micro-optimize for_each_{set,clear}_bit() (diff)
downloadkernel-749443de8dde3b8b420ee8b4daac4d929a6adeb9.tar.gz
kernel-749443de8dde3b8b420ee8b4daac4d929a6adeb9.zip
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 <[email protected]> Tested-by: Wolfram Sang <[email protected]>
Diffstat (limited to 'lib/test_bitmap.c')
0 files changed, 0 insertions, 0 deletions