瀏覽代碼

qcacld-3.0: Rename struct hdd_cfg80211_state_s

The Linux Coding Style eschews the encoding of type information into
names, so rename struct hdd_cfg80211_state_s to align with that
guidance.

Change-Id: I10342551370e1b81d49df734cf81a44501cb0bf7
CRs-Fixed: 2093281
Jeff Johnson 7 年之前
父節點
當前提交
3e8d37760e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/hdd/inc/wlan_hdd_main.h

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

@@ -677,7 +677,7 @@ enum action_frm_type {
 	WLAN_HDD_PROV_DIS_RESP,
 };
 
-typedef struct hdd_cfg80211_state_s {
+typedef struct hdd_cfg80211_state {
 	uint16_t current_freq;
 	u64 action_cookie;
 	uint8_t *buf;