From: Akinobu Mita Date: Fri, 23 Mar 2012 22:02:03 +0000 (-0700) Subject: bitops: rename for_each_set_bit_cont() in favor of analogous list.h function X-Git-Tag: v3.4-rc1~109^2~108 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=307b1cd7ecd7f3dc5ce3d3860957f034f0abe4df;p=pandora-kernel.git 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 Cc: Robert Richter Cc: Thomas Gleixner Cc: Ingo Molnar Cc: "H. Peter Anvin" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed