diff options
| author | Yun Park <yunp@codeaurora.org> | 2017-04-03 08:39:18 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-04-19 16:06:44 -0700 |
| commit | 55fcdf3e93fe46940db081d8f5a908f5bb6ba4cb (patch) | |
| tree | 9837324e1ab46c7b8feca30cb739bb5e3b70b24a | |
| parent | f74c9920bd286e8af61f3301a674297ab2229d90 (diff) | |
qcacmn: Fix Datapath kernel checkpatch warnings in cdp_txrx_flow_ctrl_legacy.h
Fix Datapath kernel checkpatch warnings in cdp_txrx_flow_ctrl_legacy.h
Change-Id: I51d31046a7c75c05886c28b17191961e65cf9f98
CRs-Fixed: 2033691
| -rw-r--r-- | dp/inc/cdp_txrx_flow_ctrl_legacy.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dp/inc/cdp_txrx_flow_ctrl_legacy.h b/dp/inc/cdp_txrx_flow_ctrl_legacy.h index b53a397ff9a5..6cd6ef9e39a7 100644 --- a/dp/inc/cdp_txrx_flow_ctrl_legacy.h +++ b/dp/inc/cdp_txrx_flow_ctrl_legacy.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 The Linux Foundation. All rights reserved. + * Copyright (c) 2016-2017 The Linux Foundation. All rights reserved. * * Previously licensed under the ISC license by Qualcomm Atheros, Inc. * @@ -24,7 +24,7 @@ * under proprietary terms before Copyright ownership was assigned * to the Linux Foundation. */ - /** +/** * @file cdp_txrx_flow_ctrl_legacy.h * @brief Define the host data path legacy flow control API * functions @@ -111,7 +111,6 @@ void ol_txrx_vdev_flush(ol_txrx_vdev_handle data_vdev); #ifdef CONFIG_ICNSS static inline void ol_txrx_vdev_pause(ol_txrx_vdev_handle vdev, uint32_t reason) { - return; } #else void ol_txrx_vdev_pause(ol_txrx_vdev_handle vdev, uint32_t reason); @@ -121,7 +120,6 @@ void ol_txrx_vdev_pause(ol_txrx_vdev_handle vdev, uint32_t reason); static inline void ol_txrx_vdev_unpause(ol_txrx_vdev_handle data_vdev, uint32_t reason) { - return; } #else void ol_txrx_vdev_unpause(ol_txrx_vdev_handle data_vdev, uint32_t reason); |
