commit | 1c1ed292b406ac318cabd4c88e7001fc9266f884 | [log] [tgz] |
---|---|---|
author | Benjamin Romer <benjamin.romer@unisys.com> | Mon Mar 16 13:58:32 2015 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Mar 23 21:53:55 2015 +0100 |
tree | 61ddf9e2bf12b41168752bbb4749233633306423 | |
parent | 818352a8521d2b2458d7147662736f1406061d18 [diff] |
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 <benjamin.romer@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>