From: Benjamin Romer Date: Tue, 30 Sep 2014 16:08:10 +0000 (-0400) Subject: staging: unisys: fix up CamelCase in struct init_chipset_guestpart X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=62dd4cf01a99ad77f0e39c12b2240143d5ededb3;p=linux-beck.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/unisys/include/uisqueue.h b/drivers/staging/unisys/include/uisqueue.h index 3379ad41ab10..5178270b98d1 100644 --- a/drivers/staging/unisys/include/uisqueue.h +++ b/drivers/staging/unisys/include/uisqueue.h @@ -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 {