mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-04 10:12:16 +09:00
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:
committed by
Greg Kroah-Hartman
parent
60a2708327
commit
efc84499e9
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user