]> git.baikalelectronics.ru Git - kernel.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)
commit767f4eeed478b538f5ee9fa35870da45c22a4ca0
tree858d7cf2fda770e3331b33d554bee8f503a6eb27
parentb7e8d20f337fcfe2ffb29010db3786fb3b50f535
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