Explorar el Código

qcacld-3.0: Fix kernel checkpatch warnings in wlan_hdd_scan.h

Fix kernel checkpatch warnings in wlan_hdd_scan.h.

Change-Id: Ib1f7b847c8210dbc76c1f5937e7caa809fe11e2a
CRs-Fixed: 2024274
Srinivas Girigowda hace 8 años
padre
commit
682a16b09d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      core/hdd/src/wlan_hdd_scan.h

+ 1 - 1
core/hdd/src/wlan_hdd_scan.h

@@ -107,7 +107,7 @@ int wlan_hdd_vendor_abort_scan(
 void hdd_cleanup_scan_queue(hdd_context_t *hdd_ctx);
 
 #if (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 5, 0)) || \
-    defined(CFG80211_ABORT_SCAN)
+	defined(CFG80211_ABORT_SCAN)
 void wlan_hdd_cfg80211_abort_scan(struct wiphy *wiphy,
 				  struct wireless_dev *wdev);
 #endif