Procházet zdrojové kódy

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

Fix Datapath kernel checkpatch warnings in ol_txrx_stats.h

Change-Id: I162dd1de404847d58d1bf9c9dd7f9b2185b7aa8f
CRs-Fixed: 2032874
Yun Park před 8 roky
rodič
revize
9cb1c66e72
1 změnil soubory, kde provedl 8 přidání a 4 odebrání
  1. 8 4
      core/dp/ol/inc/ol_txrx_stats.h

+ 8 - 4
core/dp/ol/inc/ol_txrx_stats.h

@@ -76,11 +76,15 @@ struct ol_txrx_stats_tx_dropped {
 	struct ol_txrx_stats_elem host_reject;
 	/* MSDUs which could not be downloaded to the target */
 	struct ol_txrx_stats_elem download_fail;
-	/* MSDUs which the target discarded
-	   (lack of memory or old age) */
+	/*
+	 * MSDUs which the target discarded
+	 * (lack of memory or old age)
+	 */
 	struct ol_txrx_stats_elem target_discard;
-	/* MSDUs which the target sent but
-	   couldn't get an ack for */
+	/*
+	 * MSDUs which the target sent but
+	 * couldn't get an ack for
+	 */
 	struct ol_txrx_stats_elem no_ack;
 };