Commit 62dd4cf0 authored by Benjamin Romer's avatar Benjamin Romer Committed by Greg Kroah-Hartman

staging: unisys: fix up CamelCase in struct init_chipset_guestpart

Fix up CamelCase names:
busCount => bus_count
switch_count => switch_count
Signed-off-by: default avatarBenjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 8bd352ef
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment