staging: unisys: fix CamelCase channel name ControlVm_channel
authorBenjamin Romer <benjamin.romer@unisys.com>
Mon, 16 Mar 2015 17:58:05 +0000 (13:58 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Mar 2015 20:53:46 +0000 (21:53 +0100)
commitc3d9a224e7872ec2a6341ef57d04432bc6f961a0
treeb75e59637dacf8c5c6d2b87bab17eb2e9842a228
parent0639ba6759857ca3e8d29669e1234ef34b52a29e
staging: unisys: fix CamelCase channel name ControlVm_channel

Rename the channel:

ControlVm_channel => controlvm_channel

Update all references to use the new name. Fix the odd bracketing in the
while() statement with the reference to controlvm_channel, too, so the
patch doesn't generate a warning.

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
This page took 0.026626 seconds and 5 git commands to generate.