qcacld-3.0: Fix Datapath kernel checkpatch warnings in ol_tx_sched.h

Fix Datapath kernel checkpatch warnings in ol_tx_sched.h

Change-Id: I123d2197294be6ae19174a4a40d02dd8047091e1
CRs-Fixed: 2032874
diff --git a/core/dp/txrx/ol_tx_sched.h b/core/dp/txrx/ol_tx_sched.h
index cc5d48b..b3612fc 100644
--- a/core/dp/txrx/ol_tx_sched.h
+++ b/core/dp/txrx/ol_tx_sched.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2013, 2016 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2012-2013, 2016-2017 The Linux Foundation. All rights reserved.
  *
  * Previously licensed under the ISC license by Qualcomm Atheros, Inc.
  *
@@ -89,13 +89,11 @@
 		struct ol_txrx_pdev_t *pdev,
 		struct ol_tx_sched_notify_ctx_t *ctx)
 {
-	return;
 }
 
 static inline void
 ol_tx_sched(struct ol_txrx_pdev_t *pdev)
 {
-	return;
 }
 
 static inline u_int16_t
@@ -117,22 +115,18 @@
 static inline void
 ol_tx_sched_detach(struct ol_txrx_pdev_t *pdev)
 {
-	return;
 }
 
 static inline void ol_tx_sched_stats_display(struct ol_txrx_pdev_t *pdev)
 {
-	return;
 }
 
 static inline void ol_tx_sched_cur_state_display(struct ol_txrx_pdev_t *pdev)
 {
-	return;
 }
 
 static inline void ol_tx_sched_stats_clear(struct ol_txrx_pdev_t *pdev)
 {
-	return;
 }
 
 #endif /* defined(CONFIG_HL_SUPPORT) */
@@ -180,19 +174,16 @@
 			   struct ol_txrx_pdev_t *pdev,
 			   qdf_nbuf_t msdu)
 {
-	return;
 }
 
 static inline void ol_tx_target_credit_decr(struct ol_txrx_pdev_t *pdev,
 					    qdf_nbuf_t msdu)
 {
-	return;
 }
 
 static inline void ol_tx_target_credit_incr(struct ol_txrx_pdev_t *pdev,
 					    qdf_nbuf_t msdu)
 {
-	return;
 }
 #endif
 #endif /* _OL_TX_SCHED__H_ */