Ver código fonte

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 8 anos atrás
pai
commit
682a16b09d
1 arquivos alterados com 1 adições e 1 exclusões
  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