Ver Fonte

qcacld-3.0: Rename HDD variable seqNo

The Linux Coding Style frowns upon mixed-case names so rename HDD
local variable seqNo to be compliant.

Change-Id: If2f897ffe65aabac96616e844b424d58b3eb267d
CRs-Fixed: 2408057
Jeff Johnson há 6 anos atrás
pai
commit
d8a3546962
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      core/hdd/src/wlan_hdd_ioctl.c

+ 2 - 2
core/hdd/src/wlan_hdd_ioctl.c

@@ -2373,7 +2373,7 @@ static int wlan_hdd_get_link_status(struct hdd_adapter *adapter)
 	return adapter->link_status;
 }
 
-static void hdd_tx_fail_ind_callback(uint8_t *MacAddr, uint8_t seqNo)
+static void hdd_tx_fail_ind_callback(uint8_t *MacAddr, uint8_t seq_no)
 {
 	int payload_len;
 	struct sk_buff *skb;
@@ -2394,7 +2394,7 @@ static void hdd_tx_fail_ind_callback(uint8_t *MacAddr, uint8_t seqNo)
 		return;
 	}
 
-	nlh = nlmsg_put(skb, cesium_pid, seqNo, 0, payload_len, NLM_F_REQUEST);
+	nlh = nlmsg_put(skb, cesium_pid, seq_no, 0, payload_len, NLM_F_REQUEST);
 
 	if (NULL == nlh) {
 		hdd_err("nlmsg_put() failed for msg size[%d]",