qcacld-3.0: Rename struct hdd_tx_rx_stats_s
The Linux Coding Style eschews the encoding of type information into names, so rename struct hdd_tx_rx_stats_s to align with that guidance. Change-Id: Idb6f8a6a2aa7704dedefdb78689c966babab8c42 CRs-Fixed: 2092737
This commit is contained in:
@@ -380,7 +380,7 @@ struct hdd_tx_rx_histogram {
|
|||||||
uint64_t qtime;
|
uint64_t qtime;
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef struct hdd_tx_rx_stats_s {
|
typedef struct hdd_tx_rx_stats {
|
||||||
/* start_xmit stats */
|
/* start_xmit stats */
|
||||||
__u32 txXmitCalled;
|
__u32 txXmitCalled;
|
||||||
__u32 txXmitDropped;
|
__u32 txXmitDropped;
|
||||||
|
Reference in New Issue
Block a user