Browse Source

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
Jeff Johnson 8 years ago
parent
commit
745880cfba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/hdd/inc/wlan_hdd_main.h

+ 1 - 1
core/hdd/inc/wlan_hdd_main.h

@@ -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;