summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSrinivas Girigowda <sgirigow@codeaurora.org>2017-03-24 23:19:34 -0700
committerSandeep Puligilla <spuligil@codeaurora.org>2017-03-31 16:01:32 -0700
commitf7dc3b3b4376b11c5352c2bd19b66cba19f488ac (patch)
treee5819009d5ba9f9ae051ff9cf488c3642ae3f71b
parentfbad86eb78ee8311cc96816da052c3f44b521478 (diff)
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
-rw-r--r--core/hdd/src/wlan_hdd_scan.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/hdd/src/wlan_hdd_scan.h b/core/hdd/src/wlan_hdd_scan.h
index 49cce339d1a3..d40864bb2798 100644
--- a/core/hdd/src/wlan_hdd_scan.h
+++ b/core/hdd/src/wlan_hdd_scan.h
@@ -41,7 +41,7 @@
*
* @NL_SCAN: Scan initiated from NL
* @VENDOR_SCAN: Scan intiated from vendor command
-*/
+ */
enum scan_source {
NL_SCAN,
VENDOR_SCAN,
@@ -125,7 +125,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