diff options
| author | Srinivas Girigowda <sgirigow@codeaurora.org> | 2017-10-13 22:17:00 -0700 |
|---|---|---|
| committer | snandini <snandini@codeaurora.org> | 2017-10-18 16:34:01 -0700 |
| commit | d15c233d5ef58a12a4191592b664e2a0c78188e6 (patch) | |
| tree | 18a133c8581f29e262085b09544a41cf74daa3d0 /uapi/linux | |
| parent | 6c71a2316b95e56bcaedb2a0eb59ba8491c59c31 (diff) | |
qcacld-3.0: Fix checkpatch warnings (SPACE_BEFORE_TAB)
Fix checkpatch warnings (SPACE_BEFORE_TAB).
Change-Id: I8f370187be5d9018559ce00d723f19064de9b836
CRs-Fixed: 2126814
Diffstat (limited to 'uapi/linux')
| -rw-r--r-- | uapi/linux/qca_vendor.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/uapi/linux/qca_vendor.h b/uapi/linux/qca_vendor.h index e2fc2c7a7209..6d8eb3b6f2b6 100644 --- a/uapi/linux/qca_vendor.h +++ b/uapi/linux/qca_vendor.h @@ -108,13 +108,13 @@ * @QCA_NL80211_VENDOR_SUBCMD_DFS_OFFLOAD_CAC_STARTED: Indicate that driver * started CAC on DFS channel * @QCA_NL80211_VENDOR_SUBCMD_DFS_OFFLOAD_CAC_FINISHED: Indicate that driver - * completed the CAC check on DFS channel + * completed the CAC check on DFS channel * @QCA_NL80211_VENDOR_SUBCMD_DFS_OFFLOAD_CAC_ABORTED: Indicate that the CAC - * check was aborted by the driver + * check was aborted by the driver * @QCA_NL80211_VENDOR_SUBCMD_DFS_OFFLOAD_CAC_NOP_FINISHED: Indicate that the - * driver completed NOP + * driver completed NOP * @QCA_NL80211_VENDOR_SUBCMD_DFS_OFFLOAD_RADAR_DETECTED: Indicate that the - * driver detected radar signal on the current operating channel + * driver detected radar signal on the current operating channel * @QCA_NL80211_VENDOR_SUBCMD_GET_WIFI_INFO: get wlan driver information * @QCA_NL80211_VENDOR_SUBCMD_WIFI_LOGGER_START: start wifi logger * @QCA_NL80211_VENDOR_SUBCMD_WIFI_LOGGER_MEMORY_DUMP: memory dump request @@ -5068,7 +5068,7 @@ enum qca_wlan_vendor_attr_spectral_scan { }; #if !(defined (SUPPORT_WDEV_CFG80211_VENDOR_EVENT_ALLOC)) && \ - (LINUX_VERSION_CODE < KERNEL_VERSION(4, 1, 0)) && \ + (LINUX_VERSION_CODE < KERNEL_VERSION(4, 1, 0)) && \ !(defined(WITH_BACKPORTS)) static inline struct sk_buff * |
