Pārlūkot izejas kodu

qcacld-3.0: Fix block comments in wlan_hdd_stats.c

A checkpatch run on the HDD component has produced numerous
warnings about improper block comments:
WARNING: Block comments use * on subsequent lines
WARNING: Block comments should align the * on each line
WARNING: Block comments use a trailing */ on a separate line

Fix all such warnings in wlan_hdd_stats.c.

Change-Id: I58172398757cd3bca7317a781fc857054f1cca0c
CRs-Fixed: 1110861
Jeff Johnson 8 gadi atpakaļ
vecāks
revīzija
8bb78c3155
1 mainītis faili ar 8 papildinājumiem un 5 dzēšanām
  1. 8 5
      core/hdd/src/wlan_hdd_stats.c

+ 8 - 5
core/hdd/src/wlan_hdd_stats.c

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012-2016 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2012-2017 The Linux Foundation. All rights reserved.
  *
  * Previously licensed under the ISC license by Qualcomm Atheros, Inc.
  *
@@ -1298,7 +1298,8 @@ nla_policy
 	[QCA_WLAN_VENDOR_ATTR_LL_STATS_GET_CONFIG_REQ_ID] = {.type = NLA_U32},
 
 	/* Unsigned 32bit value . bit mask to identify what statistics are
-	   requested for retrieval */
+	 * requested for retrieval
+	 */
 	[QCA_WLAN_VENDOR_ATTR_LL_STATS_GET_CONFIG_REQ_MASK] = {.type = NLA_U32}
 };
 
@@ -1938,9 +1939,11 @@ static int __wlan_hdd_cfg80211_get_station(struct wiphy *wiphy,
 			maxRate =
 				(currentRate > maxRate) ? currentRate : maxRate;
 		}
-		/* Get MCS Rate Set --
-		   Only if we are connected in non legacy mode and not reporting
-		   actual speed */
+		/*
+		 * Get MCS Rate Set --
+		 * Only if we are connected in non legacy mode and not
+		 * reporting actual speed
+		 */
 		if ((3 != rssidx) && !(rate_flags & eHAL_TX_RATE_LEGACY)) {
 			if (0 !=
 			    sme_cfg_get_str(WLAN_HDD_GET_HAL_CTX(pAdapter),