From: Tejun Heo Date: Mon, 24 Jun 2013 22:21:48 +0000 (-0700) Subject: cgroup: s/for_each_subsys()/for_each_root_subsys()/ X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~44^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5549c497913ad860d3dff4386c6423268bb85693;p=pandora-kernel.git cgroup: s/for_each_subsys()/for_each_root_subsys()/ for_each_subsys() walks over subsystems attached to a hierarchy and we're gonna add iterators which walk over all available subsystems. Rename for_each_subsys() to for_each_root_subsys() so that it's more appropriately named and for_each_subsys() can be used to iterate all subsystems. While at it, remove unnecessary underbar prefix from macro arguments, put them inside parentheses, and adjust indentation for the two for_each_*() macros. This patch is purely cosmetic. Signed-off-by: Tejun Heo Acked-by: Li Zefan --- Reading git-diff-tree failed