qcacmn: Change the print format for a size_t variable

A build error happens if "%lu" is applied to a size_t variable.
Change the format to "%zu" in dp_print_tso_stats().

Change-Id: Ib9e7ff5de91a8d5de091f8adae003f0ce0258acb
CRs-Fixed: 2560138
此提交包含在:
Guisen Yang
2019-11-06 14:58:35 +08:00
提交者 nshrivas
父節點 7ec8548fe6
當前提交 17b5fed005

查看文件

@@ -5782,7 +5782,7 @@ void dp_print_tso_stats(struct dp_soc *soc,
for (id = 0; id < CDP_MAX_TSO_PACKETS; id++) {
/* TSO LEVEL 1 - PACKET INFO */
DP_PRINT_STATS(
"Packet_Id:[%u]: Packet Length %lu | No. of segments: %u",
"Packet_Id:[%u]: Packet Length %zu | No. of segments: %u",
id,
pdev->stats.tso_stats.tso_info
.tso_packet_info[id].tso_packet_len,