workqueue: rename @id to @pi in for_each_each_pool()
authorTejun Heo <tj@kernel.org>
Wed, 13 Mar 2013 23:51:36 +0000 (16:51 -0700)
committerTejun Heo <tj@kernel.org>
Wed, 13 Mar 2013 23:51:36 +0000 (16:51 -0700)
commit611c92a0203091bb022edec7e2d8b765fe148622
tree84b1792c60c547f6d5e08b791fc62b5671a65a58
parentc5aa87bbf4b23f5e4f167489406daeb0ed275c47
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 <tj@kernel.org>
kernel/workqueue.c