commit | 611c92a0203091bb022edec7e2d8b765fe148622 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Wed Mar 13 16:51:36 2013 -0700 |
committer | Tejun Heo <tj@kernel.org> | Wed Mar 13 16:51:36 2013 -0700 |
tree | 84b1792c60c547f6d5e08b791fc62b5671a65a58 | |
parent | c5aa87bbf4b23f5e4f167489406daeb0ed275c47 [diff] |
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>