diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2008-04-13 01:54:24 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-04-13 01:54:24 (GMT) |
commit | 9dbc15f055f05393ace4f1733f160ec3d188cf9b (patch) | |
tree | c3aca36fdb57d7b64aa5d5fdea0b7cf048c88dc7 /net/core/skbuff.c | |
parent | 30e935600776b45db38238355f0de2b8f72b3847 (diff) | |
download | linux-fsl-qoriq-9dbc15f055f05393ace4f1733f160ec3d188cf9b.tar.xz |
[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 <rpjday@crashcourse.ca>
Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/skbuff.c')
0 files changed, 0 insertions, 0 deletions