bitops: rename for_each_bit() to for_each_set_bit()
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. The patch includes a macro to map the old for_each_bit() onto the new for_each_set_bit(). This is a (very) temporary thing to ease the migration. [akpm@linux-foundation.org: add temporary for_each_bit()] 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:
Linus Torvalds <torvalds@linux-foundation.org>
Showing
- arch/x86/kernel/cpu/perf_event.c 1 addition, 1 deletionarch/x86/kernel/cpu/perf_event.c
- arch/x86/kernel/cpu/perf_event_intel.c 1 addition, 1 deletionarch/x86/kernel/cpu/perf_event_intel.c
- drivers/dma/ioat/dma.c 1 addition, 1 deletiondrivers/dma/ioat/dma.c
- drivers/gpio/pl061.c 1 addition, 1 deletiondrivers/gpio/pl061.c
- drivers/gpio/timbgpio.c 1 addition, 1 deletiondrivers/gpio/timbgpio.c
- drivers/i2c/busses/i2c-designware.c 2 additions, 2 deletionsdrivers/i2c/busses/i2c-designware.c
- drivers/mfd/htc-egpio.c 1 addition, 1 deletiondrivers/mfd/htc-egpio.c
- drivers/misc/sgi-xp/xpnet.c 1 addition, 1 deletiondrivers/misc/sgi-xp/xpnet.c
- drivers/net/gianfar.c 6 additions, 6 deletionsdrivers/net/gianfar.c
- drivers/net/ixgbe/ixgbe_main.c 1 addition, 1 deletiondrivers/net/ixgbe/ixgbe_main.c
- drivers/net/ixgbevf/ixgbevf_main.c 1 addition, 1 deletiondrivers/net/ixgbevf/ixgbevf_main.c
- drivers/net/wireless/ath/ar9170/main.c 1 addition, 1 deletiondrivers/net/wireless/ath/ar9170/main.c
- drivers/net/wireless/iwmc3200wifi/debugfs.c 1 addition, 1 deletiondrivers/net/wireless/iwmc3200wifi/debugfs.c
- drivers/net/wireless/iwmc3200wifi/rx.c 1 addition, 1 deletiondrivers/net/wireless/iwmc3200wifi/rx.c
- fs/ocfs2/quota_local.c 1 addition, 1 deletionfs/ocfs2/quota_local.c
- include/linux/bitops.h 3 additions, 1 deletioninclude/linux/bitops.h
- kernel/sched_cpupri.c 1 addition, 1 deletionkernel/sched_cpupri.c
- sound/soc/codecs/uda1380.c 1 addition, 1 deletionsound/soc/codecs/uda1380.c
Loading
Please register or sign in to comment