bitops: rename for_each_bit() to for_each_set_bit(): mtd
authorAkinobu Mita <akinobu.mita@gmail.com>
Mon, 5 Apr 2010 20:53:35 +0000 (13:53 -0700)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Thu, 8 Apr 2010 08:42:41 +0000 (09:42 +0100)
commitfed457a83611182f5a2e049cce02f8f4e1b65644
tree4fc37b8904b456d6ee25df5eea36b2d93759866c
parent8da552f26107f55186346cff280ec9d53cc42add
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 <adobriyan@gmail.com>
Suggested-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Russell King <rmk@arm.linux.org.uk>
Cc: David Woodhouse <dwmw2@infradead.org>
Cc: Artem Bityutskiy <dedekind@infradead.org>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/sm_ftl.c