From: Rasmus Villemoes Date: Thu, 12 Feb 2015 23:02:04 +0000 (-0800) Subject: lib/bitmap.c: change parameters of bitmap_fold to unsigned X-Git-Tag: fixes-v4.0-rc1~115^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b26ad5836c3a0a9d456eb60b9f841ca15403ee59;p=pandora-kernel.git lib/bitmap.c: change parameters of bitmap_fold to unsigned Change the sz and nbits parameters of bitmap_fold to unsigned int for consistency with other bitmap_* functions, and to save another few bytes in the generated code. [akpm@linux-foundation.org: fix kerneldoc] Signed-off-by: Rasmus Villemoes Cc: Wu Fengguang Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed