]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: unisys: fix CamelCased ControlVM globals
authorBenjamin Romer <benjamin.romer@unisys.com>
Mon, 16 Mar 2015 17:58:38 +0000 (13:58 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Mar 2015 21:00:18 +0000 (22:00 +0100)
commit7166ed19a08c4dcd13d0315800237b754d09a800
tree602ec48ff850412309f4985195cf2cb18a60af5b
parent3e37a0306c8074263b713b8f187636018cbc583d
staging: unisys: fix CamelCased ControlVM globals

Fix the CamelCase global names:

ControlVm_Pending_Msg => controlvm_pending_msg
ControlVm_Pending_Msg_Valid => controlvm_pending_msg_valid

Update all references to use the corrected names.

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