mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 09:09:55 -04:00
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:
committed by
Greg Kroah-Hartman
parent
8bd352ef0a
commit
62dd4cf01a
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user