diff options
author | Akinobu Mita <akinobu.mita@gmail.com> | 2012-03-23 22:02:03 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-03-23 23:58:33 (GMT) |
commit | 307b1cd7ecd7f3dc5ce3d3860957f034f0abe4df (patch) | |
tree | dfc8eb9a5dd7c4621a3a61058f25cabf82e327cd /include/linux/user.h | |
parent | 2df5e12900d847af9113980d015939dde0d1b1d4 (diff) | |
download | linux-fsl-qoriq-307b1cd7ecd7f3dc5ce3d3860957f034f0abe4df.tar.xz |
bitops: rename for_each_set_bit_cont() in favor of analogous list.h function
This renames for_each_set_bit_cont() to for_each_set_bit_from() because
it is analogous to list_for_each_entry_from() in list.h rather than
list_for_each_entry_continue().
This doesn't remove for_each_set_bit_cont() for now.
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Cc: Robert Richter <robert.richter@amd.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/user.h')
0 files changed, 0 insertions, 0 deletions