diff options
| author | Srinivas Girigowda <sgirigow@codeaurora.org> | 2017-03-24 23:35:10 -0700 |
|---|---|---|
| committer | Sandeep Puligilla <spuligil@codeaurora.org> | 2017-03-31 16:01:28 -0700 |
| commit | 9bfec5cb743b95587eae91ca8a53594858e08770 (patch) | |
| tree | be604d7c3684a92a42e8c212cc7ed5a0ad300d4b | |
| parent | d77a29b2181a080a09945e9cb9a1a2a1220440fa (diff) | |
qcacld-3.0: Fix kernel checkpatch warnings in wlan_hdd_softap_tx_rx.h
Fix kernel checkpatch warnings in wlan_hdd_softap_tx_rx.h.
Change-Id: Iaadb26e3f46d97aa4ac2f7b7640a27acf6fe1475
CRs-Fixed: 2024274
| -rw-r--r-- | core/hdd/inc/wlan_hdd_softap_tx_rx.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/core/hdd/inc/wlan_hdd_softap_tx_rx.h b/core/hdd/inc/wlan_hdd_softap_tx_rx.h index 6fdf85a983b9..517117c70d47 100644 --- a/core/hdd/inc/wlan_hdd_softap_tx_rx.h +++ b/core/hdd/inc/wlan_hdd_softap_tx_rx.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2016 The Linux Foundation. All rights reserved. + * Copyright (c) 2014-2017 The Linux Foundation. All rights reserved. * * Previously licensed under the ISC license by Qualcomm Atheros, Inc. * @@ -82,12 +82,10 @@ void hdd_softap_tx_resume_cb(void *adapter_context, bool tx_resume); static inline void hdd_softap_tx_resume_timer_expired_handler(void *adapter_context) { - return; } static inline void hdd_softap_tx_resume_cb(void *adapter_context, bool tx_resume) { - return; } #endif /* QCA_LL_LEGACY_TX_FLOW_CONTROL */ |
