From: Tejun Heo Date: Wed, 13 Mar 2013 23:51:36 +0000 (-0700) Subject: workqueue: rename @id to @pi in for_each_each_pool() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~125^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=611c92a0203091bb022edec7e2d8b765fe148622;p=pandora-kernel.git workqueue: rename @id to @pi in for_each_each_pool() Rename @id argument of for_each_pool() to @pi so that it doesn't get reused accidentally when for_each_pool() is used in combination with other iterators. This patch is purely cosmetic. Signed-off-by: Tejun Heo --- Reading git-diff-tree failed