diff options
| author | Yun Park <yunp@codeaurora.org> | 2017-04-03 08:34:32 -0700 |
|---|---|---|
| committer | spuligil <spuligil@codeaurora.org> | 2017-04-19 16:12:48 -0700 |
| commit | 9c868c2e331df6fc5ede56016b8ea577aa594a0c (patch) | |
| tree | 8d5403187a4a1f2aefa1aaa2f6f6c4f85f93bfd1 | |
| parent | c909290a9347fab70848e2248bcf14c35bcce07a (diff) | |
qcacmn: Fix Datapath kernel checkpatch warnings in cdp_txrx_stats.h
Fix Datapath kernel checkpatch warnings in cdp_txrx_stats.h
Change-Id: I1061a37c94d09243fc4896afa072d6892e57342c
CRs-Fixed: 2033691
| -rw-r--r-- | dp/inc/cdp_txrx_stats.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dp/inc/cdp_txrx_stats.h b/dp/inc/cdp_txrx_stats.h index 68bdad74ad1b..d559e11ec63c 100644 --- a/dp/inc/cdp_txrx_stats.h +++ b/dp/inc/cdp_txrx_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_stats.h * @brief Define the host data path statistics API functions * called by the host control SW and the OS interface module @@ -35,6 +35,6 @@ QDF_STATUS ol_txrx_display_stats(uint16_t bitmap); QDF_STATUS ol_txrx_clear_stats(uint16_t bitmap); -int ol_txrx_stats(uint8_t vdev_id, char *buffer, unsigned buf_len); +int ol_txrx_stats(uint8_t vdev_id, char *buffer, unsigned int buf_len); #endif /* _CDP_TXRX_STATS_H_ */ |
