diff options
author | Zhaolei <[email protected]> | 2009-04-20 14:58:26 +0800 |
---|---|---|
committer | Frederic Weisbecker <[email protected]> | 2009-06-02 01:13:05 +0200 |
commit | 1fdfca9c577aac96a559c1ea68f5c9156f17d636 (patch) | |
tree | fbbeeba504037440e42cce056781d56ecebfc4b1 /net/lapb/lapb_iface.c | |
parent | fb39125fd79a25c5002f3b45cf4c80e3fa6b961b (diff) |
trace_workqueue: use list_for_each_entry() instead of list_for_each_entry_safe()
No need to use list_for_each_entry_safe() in iteration without deleting
any node, we can use list_for_each_entry() instead.
[ Impact: cleanup ]
Signed-off-by: Zhao Lei <[email protected]>
Cc: Steven Rostedt <[email protected]>
Cc: Tom Zanussi <[email protected]>
Cc: Oleg Nesterov <[email protected]>
Cc: Andrew Morton <[email protected]>
Signed-off-by: Frederic Weisbecker <[email protected]>
Diffstat (limited to 'net/lapb/lapb_iface.c')
0 files changed, 0 insertions, 0 deletions