diff options
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 { |