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
Dieser Commit ist enthalten in:

committet von
snandini

Ursprung
e962b1972a
Commit
745880cfba
@@ -380,7 +380,7 @@ struct hdd_tx_rx_histogram {
|
||||
uint64_t qtime;
|
||||
};
|
||||
|
||||
typedef struct hdd_tx_rx_stats_s {
|
||||
typedef struct hdd_tx_rx_stats {
|
||||
/* start_xmit stats */
|
||||
__u32 txXmitCalled;
|
||||
__u32 txXmitDropped;
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren