staging: unisys: fix CamelCase global ControlVm_payload_info
authorBenjamin Romer <benjamin.romer@unisys.com>
Mon, 16 Mar 2015 17:58:07 +0000 (13:58 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Mar 2015 20:53:47 +0000 (21:53 +0100)
commit84982fbf0f0db69bf2c071a9b49908cf7cd6bfe4
tree95a2da166feb5276041dcbb21822dca4cfdcf565
parentb28ee90cbb890816336559841bcd2d6d036b1ed0
staging: unisys: fix CamelCase global ControlVm_payload_info

Rename the CamelCase global structure

ControlVm_payload_info => controlvm_payload_info

Move the declaration to the struct definition, and update all references
to use the new name.

Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/visorchipset/visorchipset_main.c