From: Viresh Kumar Date: Fri, 19 Jun 2015 11:48:01 +0000 (+0530) Subject: cpufreq: governor: Name delayed-work as dwork X-Git-Tag: omap-for-v4.3/fixes-rc1~121^2~4^2~31^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=386d46e6d5238c9648399eb1e0c418d06f4126a2;p=pandora-kernel.git cpufreq: governor: Name delayed-work as dwork Delayed work was named as 'work' and to access work within it we do work.work. Not much readable. Rename delayed_work as 'dwork'. Reviewed-by: Preeti U Murthy Signed-off-by: Viresh Kumar Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed