summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYun Park <yunp@codeaurora.org>2017-04-03 08:37:57 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-04-19 16:07:08 -0700
commit47e4678a51b1bc40ce26525ae3bf355c8ce392f9 (patch)
tree45429109446952b8a719e7590e43eabee2103730
parent55fcdf3e93fe46940db081d8f5a908f5bb6ba4cb (diff)
qcacmn: Fix Datapath kernel checkpatch warnings in cdp_txrx_flow_ctrl_v2.h
Fix Datapath kernel checkpatch warnings in cdp_txrx_flow_ctrl_v2.h Change-Id: Icdfc49379878ddefdaf21154e5a6a8e0d1eaa39e CRs-Fixed: 2033691
-rw-r--r--dp/inc/cdp_txrx_flow_ctrl_v2.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/dp/inc/cdp_txrx_flow_ctrl_v2.h b/dp/inc/cdp_txrx_flow_ctrl_v2.h
index 53948c39c524..21ed98ab0137 100644
--- a/dp/inc/cdp_txrx_flow_ctrl_v2.h
+++ b/dp/inc/cdp_txrx_flow_ctrl_v2.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_v2.h
* @brief Define the host data path flow control version 2 API
* functions
@@ -56,7 +56,6 @@ QDF_STATUS ol_txrx_register_pause_cb(ol_tx_pause_callback_fp pause_cb)
static inline void ol_tx_set_desc_global_pool_size(uint32_t num_msdu_desc)
{
- return;
}
#endif