lib/bitmap.c: make the bits parameter of bitmap_remap unsigned
authorRasmus Villemoes <[email protected]>
Thu, 12 Feb 2015 23:02:13 +0000 (15:02 -0800)
committerLinus Torvalds <[email protected]>
Fri, 13 Feb 2015 02:54:14 +0000 (18:54 -0800)
commit9814ec135dedb70a9daa41e68798d540d7ba71f2
tree858d7cf2fda770e3331b33d554bee8f503a6eb27
parentf6a1f5db8d7a7a94ff07251996959d27daba4ee7
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 <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/bitmap.h
lib/bitmap.c