瀏覽代碼

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
Yun Park 8 年之前
父節點
當前提交
1239b22f93
共有 1 個文件被更改,包括 8 次插入4 次删除
  1. 8 4
      core/dp/txrx/txrx.h

+ 8 - 4
core/dp/txrx/txrx.h

@@ -86,12 +86,16 @@ enum wlan_sta_state {
 	/* 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 */