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
This commit is contained in:
Yun Park
2017-04-03 08:34:32 -07:00
committed by snandini
parent 890328281a
commit e849caef8b

View File

@@ -24,7 +24,7 @@
* under proprietary terms before Copyright ownership was assigned * under proprietary terms before Copyright ownership was assigned
* to the Linux Foundation. * to the Linux Foundation.
*/ */
/** /**
* @file cdp_txrx_stats.h * @file cdp_txrx_stats.h
* @brief Define the host data path statistics API functions * @brief Define the host data path statistics API functions
* called by the host control SW and the OS interface module * called by the host control SW and the OS interface module
@@ -43,7 +43,7 @@ cdp_clear_stats(ol_txrx_soc_handle soc, uint16_t bitmap)
static inline int static inline int
cdp_stats(ol_txrx_soc_handle soc, uint8_t vdev_id, char *buffer, cdp_stats(ol_txrx_soc_handle soc, uint8_t vdev_id, char *buffer,
unsigned buf_len) unsigned int buf_len)
{ {
if (soc->ops->mob_stats_ops->stats) if (soc->ops->mob_stats_ops->stats)
return soc->ops->mob_stats_ops->stats(vdev_id, buffer, buf_len); return soc->ops->mob_stats_ops->stats(vdev_id, buffer, buf_len);