]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
lib/bitmap.c: make the bits parameter of bitmap_remap unsigned
authorRasmus Villemoes <linux@rasmusvillemoes.dk>
Thu, 12 Feb 2015 23:02:13 +0000 (15:02 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
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 <linux@rasmusvillemoes.dk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/bitmap.h
lib/bitmap.c