commit | b26ad5836c3a0a9d456eb60b9f841ca15403ee59 | [log] [tgz] |
---|---|---|
author | Rasmus Villemoes <[email protected]> | Thu Feb 12 15:02:04 2015 -0800 |
committer | Linus Torvalds <[email protected]> | Thu Feb 12 18:54:14 2015 -0800 |
tree | 74b4b59d18c350bb79481283c8b54440c1aa25c7 | |
parent | eb5698837881687841c9e477e4162ac3387c6b59 [diff] |
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. [[email protected]: fix kerneldoc] Signed-off-by: Rasmus Villemoes <[email protected]> Cc: Wu Fengguang <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>