Commit 833c7255 authored by Benjamin Romer's avatar Benjamin Romer Committed by Greg Kroah-Hartman

staging: unisys: fix CamelCase names in struct uisqueue_info

Clean up CamelCase names:
Reserved1 => reserved1
Reserved2 => reserved2
Signed-off-by: default avatarBenjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 17f5e491
...@@ -48,8 +48,8 @@ struct uisqueue_info { ...@@ -48,8 +48,8 @@ struct uisqueue_info {
u64 non_empty_wakeup_cnt; u64 non_empty_wakeup_cnt;
struct { struct {
SIGNAL_QUEUE_HEADER Reserved1; /* */ SIGNAL_QUEUE_HEADER reserved1; /* */
SIGNAL_QUEUE_HEADER Reserved2; /* */ SIGNAL_QUEUE_HEADER reserved2; /* */
} safe_uis_queue; } safe_uis_queue;
unsigned int (*send_int_if_needed)(struct uisqueue_info *info, unsigned int (*send_int_if_needed)(struct uisqueue_info *info,
unsigned int whichcqueue, unsigned int whichcqueue,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment