staging: unisys: fix up CamelCase in struct init_chipset_guestpart
authorBenjamin Romer <benjamin.romer@unisys.com>
Tue, 30 Sep 2014 16:08:10 +0000 (12:08 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 Oct 2014 16:47:28 +0000 (09:47 -0700)
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>
drivers/staging/unisys/include/uisqueue.h

index 3379ad4..5178270 100644 (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 {