Browse Source

qcacld-3.0: Fix long line in wlan_hdd_ftm.h

Checkpatch has detected an instance of "line over 80 characters" so
fix it.

Change-Id: Ifbf847db86aac8cb435103a2634e3c8bfa7fab20
CRs-Fixed: 2120624
Jeff Johnson 7 years ago
parent
commit
af007eaf97
2 changed files with 4 additions and 2 deletions
  1. 2 1
      core/hdd/inc/wlan_hdd_ftm.h
  2. 2 1
      core/hdd/src/wlan_hdd_ftm.c

+ 2 - 1
core/hdd/inc/wlan_hdd_ftm.h

@@ -46,7 +46,8 @@ int hdd_update_cds_config_ftm(struct hdd_context *hdd_ctx);
 void hdd_ftm_mc_process_msg(void *message);
 #if  defined(QCA_WIFI_FTM)
 QDF_STATUS wlan_hdd_ftm_testmode_cmd(void *data, int len);
-int wlan_hdd_qcmbr_unified_ioctl(struct hdd_adapter *adapter, struct ifreq *ifr);
+int wlan_hdd_qcmbr_unified_ioctl(struct hdd_adapter *adapter,
+				 struct ifreq *ifr);
 #endif
 
 #endif

+ 2 - 1
core/hdd/src/wlan_hdd_ftm.c

@@ -308,7 +308,8 @@ exit:
  *
  * Return: 0 on success, non-zero on error
  */
-int wlan_hdd_qcmbr_unified_ioctl(struct hdd_adapter *adapter, struct ifreq *ifr)
+int wlan_hdd_qcmbr_unified_ioctl(struct hdd_adapter *adapter,
+				 struct ifreq *ifr)
 {
 	int ret = 0;