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
Šī revīzija ir iekļauta:
Jeff Johnson
2017-01-12 08:42:50 -08:00
revīziju iesūtīja qcabuildsw
vecāks 4fca3b5c0d
revīzija 8bb78c3155

Parādīt failu

@@ -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),