Bladeren bron

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

Fix Datapath kernel checkpatch warnings in ol_txrx_dbg.h

Change-Id: I8cf0ca442bf84d0a57d656b285e09f2f4026aae7
CRs-Fixed: 2032874
Yun Park 8 jaren geleden
bovenliggende
commit
cd97ea6a1d
1 gewijzigde bestanden met toevoegingen van 3 en 5 verwijderingen
  1. 3 5
      core/dp/ol/inc/ol_txrx_dbg.h

+ 3 - 5
core/dp/ol/inc/ol_txrx_dbg.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011, 2014-2016 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2011, 2014-2017 The Linux Foundation. All rights reserved.
  *
  * Previously licensed under the ISC license by Qualcomm Atheros, Inc.
  *
@@ -141,16 +141,14 @@ ol_tx_queue_log_display(ol_txrx_pdev_handle pdev);
 void ol_tx_queue_log_clear(ol_txrx_pdev_handle pdev);
 #else
 
-static inline void
-ol_tx_queue_log_display(ol_txrx_pdev_handle pdev)
+static inline
+void ol_tx_queue_log_display(ol_txrx_pdev_handle pdev)
 {
-	return;
 }
 
 static inline
 void ol_tx_queue_log_clear(ol_txrx_pdev_handle pdev)
 {
-	return;
 }
 #endif /* defined(DEBUG_HL_LOGGING) && defined(CONFIG_HL_SUPPORT) */