qcacmn: Remove trailing comma/period from the DP logs

Remove trailing comma/period from the DP logs.

Change-Id: Ifdaf508157274c44f04e775c1883c4eaa2924c44
CRs-Fixed: 3492731
此提交包含在:
Srinivas Girigowda
2023-04-28 13:43:40 -07:00
提交者 Rahul Choudhary
父節點 363262cd30
當前提交 07bdb1114b
共有 8 個檔案被更改,包括 18 行新增18 行删除

查看文件

@@ -4843,7 +4843,7 @@ QDF_STATUS dp_peer_mlo_setup(
* during mld peer creation.
*/
prev_vdev = mld_peer->vdev;
dp_info("Primary link is not the first link. vdev: %pK,"
dp_info("Primary link is not the first link. vdev: %pK "
"vdev_id %d vdev_ref_cnt %d",
mld_peer->vdev, vdev_id,
qdf_atomic_read(&mld_peer->vdev->ref_cnt));