From: Rasmus Villemoes Date: Wed, 6 Aug 2014 23:10:10 +0000 (-0700) Subject: lib: bitmap: make the start index of bitmap_clear unsigned X-Git-Tag: cleanup-for-v3.18~96^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=154f5e38f30f262025c8c2e825376f6eb51e8bcb;p=pandora-kernel.git lib: bitmap: make the start index of bitmap_clear unsigned The compiler can generate slightly smaller and simpler code when it knows that "start" is non-negative. Also, use the names "start" and "len" for the two parameters for consistency with bitmap_set. Signed-off-by: Rasmus Villemoes Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed