]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: unisys: fix CamelCase names in struct uisqueue_info
authorBenjamin Romer <benjamin.romer@unisys.com>
Tue, 30 Sep 2014 16:07:52 +0000 (12:07 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 Oct 2014 16:42:30 +0000 (09:42 -0700)
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>
drivers/staging/unisys/include/uisqueue.h

index c96f7ae176ed043568287f14c605a247d43f5cf8..3136b1ff89b563d28e548c9178baf3804926f189 100644 (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,