commit | fb5ac54263ef3fcb5c469a61e0ab6b06e45e2307 | [log] [tgz] |
---|---|---|
author | Rasmus Villemoes <linux@rasmusvillemoes.dk> | Wed Aug 06 16:10:07 2014 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Aug 06 18:01:26 2014 -0700 |
tree | 1ef13efebe4bba70e37db0283b234a05ed4900c1 | |
parent | 877d9f3b63ac2e5dbc51cbcdff156433f03b3a32 [diff] |
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>