Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 {