staging: unisys: fix CamelCase names in net_pkt_rcv

Fix CamelCase names:

UniqueNum => unique_num
RcvsDroppedDelta => rcvs_dropped_delta

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-10-23 14:31:02 -04:00
committed by Greg Kroah-Hartman
parent 60a2708327
commit efc84499e9

View File

@@ -523,8 +523,8 @@ struct net_pkt_rcv {
* that must be chained; */
/* each entry is a receive buffer provided by NET_RCV_POST. */
/* NOTE: first rcvbuf in the chain will also be provided in net.buf. */
u64 UniqueNum;
u32 RcvsDroppedDelta;
u64 unique_num;
u32 rcvs_dropped_delta;
};
struct net_pkt_enbdis {