staging: unisys: fix CamelCase name in net_pkt_rcvpost
authorBenjamin Romer <benjamin.romer@unisys.com>
Thu, 23 Oct 2014 18:31:01 +0000 (14:31 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Oct 2014 02:33:14 +0000 (10:33 +0800)
Fix the CamelCase name in this struct:

UniqueNum => unique_num

Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/common-spar/include/channels/iochannel.h

index 1ebaa5b..9495622 100644 (file)
@@ -508,7 +508,7 @@ struct net_pkt_rcvpost {
            * to be describable */
            struct phys_info frag;      /* physical page information for the
                                         * single fragment 2K rcv buf */
-           u64 UniqueNum;              /* This is used to make sure that
+           u64 unique_num;             /* This is used to make sure that
                                         * receive posts are returned to  */
            /* the Adapter which sent them origonally. */
 };