From: Benjamin Romer Date: Mon, 16 Mar 2015 17:58:32 +0000 (-0400) Subject: staging: unisys: refactor controlvm_periodic_work() X-Git-Tag: omap-for-v4.2/o2_dc~155^2~138^2~171 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c1ed292b406ac318cabd4c88e7001fc9266f884;p=pandora-kernel.git staging: unisys: refactor controlvm_periodic_work() Fix the CamelCase variable names: gotACommand => got_command Poll_Count => poll_count Away => cleanup Fix all references to use the new names. Remove the empty braces in the while() and put in a trailing semicolon, for clarity. Signed-off-by: Benjamin Romer Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed