From 9c868c2e331df6fc5ede56016b8ea577aa594a0c Mon Sep 17 00:00:00 2001 From: Yun Park Date: Mon, 3 Apr 2017 08:34:32 -0700 Subject: 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 --- dp/inc/cdp_txrx_stats.h | 6 +++--- 1 file 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_ */ -- cgit v1.2.3