staging: unisys: fix up CamelCase in struct init_chipset_guestpart

Fix up CamelCase names:
busCount => bus_count
switch_count => switch_count

Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Benjamin Romer 2014-09-30 12:08:10 -04:00 committed by Greg Kroah-Hartman
parent 8bd352ef0a
commit 62dd4cf01a

View file

@ -389,8 +389,8 @@ struct del_virt_guestpart {
};
struct init_chipset_guestpart {
u32 busCount; /* indicates the max number of busses */
u32 switchCount; /* indicates the max number of switches */
u32 bus_count; /* indicates the max number of busses */
u32 switch_count; /* indicates the max number of switches */
};
struct guest_msgs {