staging: unisys: fix CamelCase names in struct uisqueue_info

Clean up CamelCase names:
Reserved1 => reserved1
Reserved2 => reserved2

Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Benjamin Romer 2014-09-30 12:07:52 -04:00 committed by Greg Kroah-Hartman
parent 17f5e49167
commit 833c7255ce

View file

@ -48,8 +48,8 @@ struct uisqueue_info {
u64 non_empty_wakeup_cnt;
struct {
SIGNAL_QUEUE_HEADER Reserved1; /* */
SIGNAL_QUEUE_HEADER Reserved2; /* */
SIGNAL_QUEUE_HEADER reserved1; /* */
SIGNAL_QUEUE_HEADER reserved2; /* */
} safe_uis_queue;
unsigned int (*send_int_if_needed)(struct uisqueue_info *info,
unsigned int whichcqueue,