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 3379ad41ab106eec226bf35d84ae3ef6d93a0e5a..5178270b98d1d20e9c68a9a29cf594ffd28f4510 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 {
This page took 0.024665 seconds and 5 git commands to generate.