lib/bitmap.c: more signed->unsigned conversions
authorRasmus Villemoes <[email protected]>
Thu, 12 Feb 2015 23:01:53 +0000 (15:01 -0800)
committerLinus Torvalds <[email protected]>
Fri, 13 Feb 2015 02:54:14 +0000 (18:54 -0800)
commit8b4daad52fee7731ea4bae22a99ece2d4ba7ba43
treeb569874e38aca1aeb7aacc5faf75eb21c65ecd3a
parentd1214c65c02d503330ce86bd38e344a36599e055
lib/bitmap.c: more signed->unsigned conversions

For consistency with the other bitmap_* functions, also make the nbits
parameter of bitmap_zero, bitmap_fill and bitmap_copy unsigned.

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