lib/bitmap.c: update bitmap_onto to unsigned
authorRasmus Villemoes <[email protected]>
Thu, 12 Feb 2015 23:02:01 +0000 (15:02 -0800)
committerLinus Torvalds <[email protected]>
Fri, 13 Feb 2015 02:54:14 +0000 (18:54 -0800)
commiteb5698837881687841c9e477e4162ac3387c6b59
tree8be5696db7d6ef4e3204d9fdf266ea3fc94084b0
parentf5ac1f55204fec9d9c63644bc1de0ab6a59af9f1
lib/bitmap.c: update bitmap_onto to unsigned

Change the nbits parameter of bitmap_onto to unsigned int for consistency
with other bitmap_* functions.

[[email protected]: coding-style fixes]
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