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

Fix Datapath kernel checkpatch warnings in txrx.h

Change-Id: Ia58e1014120fcdf314927d0d3680ca27d16621f3
CRs-Fixed: 2032874
diff --git a/core/dp/txrx/txrx.h b/core/dp/txrx/txrx.h
index 5b2da4f..94271a3 100644
--- a/core/dp/txrx/txrx.h
+++ b/core/dp/txrx/txrx.h
@@ -86,12 +86,16 @@
 	/* Transition in this state made upon creation */
 	WLAN_STA_INIT = 0,
 
-	/* Transition happens after Assoc success if second level authentication
-	   is needed */
+	/*
+	 * Transition happens after Assoc success if second level authentication
+	 * is needed
+	 */
 	WLAN_STA_CONNECTED,
 
-	/* Transition happens when second level auth is successful and keys are
-	   properly installed */
+	/*
+	 * Transition happens when second level auth is successful and keys are
+	 * properly installed
+	 */
 	WLAN_STA_AUTHENTICATED,
 
 	/* Transition happens when connectivity is lost */