From: Robert P. J. Day Date: Sun, 13 Apr 2008 01:54:24 +0000 (-0700) Subject: [SCTP]: "list_for_each()" -> "list_for_each_entry()" where appropriate. X-Git-Tag: v2.6.26-rc1~1138^2~129 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dbc15f055f05393ace4f1733f160ec3d188cf9b;p=pandora-kernel.git [SCTP]: "list_for_each()" -> "list_for_each_entry()" where appropriate. Replacing (almost) all invocations of list_for_each() with list_for_each_entry() tightens up the code and allows for the deletion of numerous list iterator variables that are no longer necessary. Signed-off-by: Robert P. J. Day Signed-off-by: Vlad Yasevich Signed-off-by: David S. Miller --- Reading git-diff-tree failed