aboutsummaryrefslogtreecommitdiff
path: root/include/linux/timerqueue.h
diff options
context:
space:
mode:
authorKOSAKI Motohiro <[email protected]>2008-07-25 01:46:55 -0700
committerLinus Torvalds <[email protected]>2008-07-25 10:53:35 -0700
commit71cbb949d17d4d776abd547135feb7f3282405c8 (patch)
treedecd47a6cb05a36bb8a2f224b50bd12a8acc862e /include/linux/timerqueue.h
parentf2992db2a4f7ae10f61d5bc68c7c1528cec639e2 (diff)
cgroup: list_for_each cleanup
-------------------------- while() { list_entry(); ... } -------------------------- is equivalent to following code. -------------------------- list_for_each_entry(){ ... } -------------------------- later can review easily more. this patch is just clean up. it doesn't have any behavor change. Signed-off-by: KOSAKI Motohiro <[email protected]> Cc: Paul Menage <[email protected]> Cc: Li Zefan <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux/timerqueue.h')
0 files changed, 0 insertions, 0 deletions