commit | 9814ec135dedb70a9daa41e68798d540d7ba71f2 | [log] [tgz] |
---|---|---|
author | Rasmus Villemoes <linux@rasmusvillemoes.dk> | Thu Feb 12 15:02:13 2015 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Feb 12 18:54:14 2015 -0800 |
tree | 858d7cf2fda770e3331b33d554bee8f503a6eb27 | |
parent | f6a1f5db8d7a7a94ff07251996959d27daba4ee7 [diff] |
lib/bitmap.c: make the bits parameter of bitmap_remap unsigned Also, rename bits to nbits. Both changes for consistency with other bitmap_* functions. 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>