diff options
| author | Yun Park <yunp@codeaurora.org> | 2017-04-02 14:17:59 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-04-19 16:07:34 -0700 |
| commit | dc9dd0a24861a1aa1fc51ce9b60d9379b7c17fff (patch) | |
| tree | a7bf2609d11f8e9ae7bdcec0add8e2b1cf952803 | |
| parent | 47e4678a51b1bc40ce26525ae3bf355c8ce392f9 (diff) | |
qcacmn: Fix Datapath kernel checkpatch warnings in cdp_txrx_host_stats.h
Fix Datapath kernel checkpatch warnings in cdp_txrx_host_stats.h
Change-Id: I9ffc337637d27ee3447889ec7f31d5f49b72fa1f
CRs-Fixed: 2033691
| -rw-r--r-- | dp/inc/cdp_txrx_host_stats.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/dp/inc/cdp_txrx_host_stats.h b/dp/inc/cdp_txrx_host_stats.h index e87ca3b1e074..fd065803c7a9 100644 --- a/dp/inc/cdp_txrx_host_stats.h +++ b/dp/inc/cdp_txrx_host_stats.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 The Linux Foundation. All rights reserved. + * Copyright (c) 2016-2017 The Linux Foundation. All rights reserved. * * Previously licensed under the ISC license by Qualcomm Atheros, Inc. * @@ -24,7 +24,7 @@ * under proprietary terms before Copyright ownership was assigned * to the Linux Foundation. */ - /** +/** * @file cdp_txrx_host_stats.h * @brief Define the host data path stats API functions * called by the host control SW and the OS interface module @@ -35,9 +35,10 @@ #include <cdp_txrx_stats_struct.h> /* WIN */ /* Need to remove the "req" parameter */ -/* Need to rename the function to reflect the functionality "show" / "display" +/** + * Need to rename the function to reflect the functionality "show" / "display" * WIN -- to figure out whether to change OSIF to converge (not an immediate AI) - * */ + */ #if WLAN_FEATURE_FASTPATH int ol_txrx_host_stats_get( ol_txrx_vdev_handle vdev, |
