diff options
author | Rasmus Villemoes <linux@rasmusvillemoes.dk> | 2014-08-07 03:09:59 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-08-07 05:01:26 +0400 |
commit | 2f9305eb31097fdd3dc86daca65d8097d1fcf2ff (patch) | |
tree | 6b6ecf6c0a60a531f6f2f9bdec7ef400defddb6f /lib/rbtree.c | |
parent | 65b4ee62c9cd10640f0054f47fd84c7920e8c118 (diff) | |
download | linux-2f9305eb31097fdd3dc86daca65d8097d1fcf2ff.tar.xz |
lib: bitmap: make nbits parameter of bitmap_{and,or,xor,andnot} unsigned
This change is only for consistency with the changes to the other
bitmap_* functions; it doesn't change the size of the generated code:
inside BITS_TO_LONGS there is a sizeof(long), which causes bits to be
interpreted as unsigned anyway.
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/rbtree.c')
0 files changed, 0 insertions, 0 deletions