Prechádzať zdrojové kódy

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
Yun Park 8 rokov pred
rodič
commit
e849caef8b
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      dp/inc/cdp_txrx_stats.h

+ 2 - 2
dp/inc/cdp_txrx_stats.h

@@ -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
@@ -43,7 +43,7 @@ cdp_clear_stats(ol_txrx_soc_handle soc, uint16_t bitmap)
 
 static inline int
 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)
 		return soc->ops->mob_stats_ops->stats(vdev_id, buffer, buf_len);