From: Akinobu Mita Date: Mon, 5 Apr 2010 20:53:35 +0000 (-0700) Subject: bitops: rename for_each_bit() to for_each_set_bit(): mtd X-Git-Tag: v2.6.35-rc1~465^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fed457a83611182f5a2e049cce02f8f4e1b65644;p=pandora-kernel.git bitops: rename for_each_bit() to for_each_set_bit(): mtd Rename for_each_bit() to for_each_set_bit in the kernel source tree. To permit for_each_clear_bit(), should that ever be added. I'll be sending a patch to Linus this week which removes the temporary for_each_bit() macro, so this patch will be needed to avoid build breakage. Suggested-by: Alexey Dobriyan Suggested-by: Andrew Morton Signed-off-by: Akinobu Mita Cc: "David S. Miller" Cc: Russell King Cc: David Woodhouse Cc: Artem Bityutskiy Cc: Stephen Rothwell Signed-off-by: Andrew Morton Signed-off-by: David Woodhouse --- Reading git-diff-tree failed