From: Lai Jiangshan Date: Thu, 22 May 2014 08:44:07 +0000 (+0800) Subject: workqueue: rename first_worker() to first_idle_worker() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~83^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1037de36edae30f1ddc0a2532decd50f92ac4901;p=pandora-kernel.git workqueue: rename first_worker() to first_idle_worker() first_worker() actually returns the first idle workers, the name first_idle_worker() which is self-commnet will be better. All the callers of first_worker() expect it returns an idle worker, the name first_idle_worker() with "idle" notation makes reviewers happier. Signed-off-by: Lai Jiangshan Signed-off-by: Tejun Heo --- Reading git-diff-tree failed