qcacmn: fix print format compilation errors

Fix print format compilation errors and remove
no-format compilation flag

Change-Id: I69cd0c2eedaa4f2b4189275bf639f48a2fa6b80b
这个提交包含在:
Chaithanya Garrepalli
2020-12-29 14:07:53 +05:30
提交者 snandini
父节点 4fb0c8fccb
当前提交 3ab152450d
修改 6 个文件,包含 12 行新增14 行删除

查看文件

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2016-2020 The Linux Foundation. All rights reserved.
* Copyright (c) 2016-2021 The Linux Foundation. All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the
@@ -3362,7 +3362,7 @@ void dp_tx_comp_fill_tx_completion_stats(struct dp_tx_desc_s *tx_desc,
}
if (qdf_nbuf_push_head(netbuf, sizeof(struct meta_hdr_s)) == NULL) {
QDF_TRACE(QDF_MODULE_ID_DP, QDF_TRACE_LEVEL_ERROR,
"netbuf %pK offset %lu", netbuf,
"netbuf %pK offset %zu", netbuf,
sizeof(struct meta_hdr_s));
return;
}