diff options
author | Rasmus Villemoes <linux@rasmusvillemoes.dk> | 2014-08-06 16:10:07 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-08-06 18:01:26 -0700 |
commit | fb5ac54263ef3fcb5c469a61e0ab6b06e45e2307 (patch) | |
tree | 1ef13efebe4bba70e37db0283b234a05ed4900c1 /lib/Kconfig.kmemcheck | |
parent | 877d9f3b63ac2e5dbc51cbcdff156433f03b3a32 (diff) | |
download | linux-stable-fb5ac54263ef3fcb5c469a61e0ab6b06e45e2307.tar.gz linux-stable-fb5ac54263ef3fcb5c469a61e0ab6b06e45e2307.tar.bz2 linux-stable-fb5ac54263ef3fcb5c469a61e0ab6b06e45e2307.zip |
lib: bitmap: make the start index of bitmap_set unsigned
The compiler can generate slightly smaller and simpler code when it
knows that "start" is non-negative.
Also, use the names "start" and "len" for the two parameters in both
header file and implementation, instead of the previous mix.
Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'lib/Kconfig.kmemcheck')
0 files changed, 0 insertions, 0 deletions