diff options
author | Benjamin Romer <benjamin.romer@unisys.com> | 2014-09-30 12:08:10 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-10-02 09:47:28 -0700 |
commit | 62dd4cf01a99ad77f0e39c12b2240143d5ededb3 (patch) | |
tree | 7ff34674914a7157f13bbee6a74d0843ee23261a /drivers/staging/unisys | |
parent | 8bd352ef0a71432a17dffa6bfe87b46db86d1546 (diff) |
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>
Diffstat (limited to 'drivers/staging/unisys')
-rw-r--r-- | drivers/staging/unisys/include/uisqueue.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 { |