qcacmn: Remove trailing comma/period from the DP logs

Remove trailing comma/period from the DP logs.

Change-Id: Ifdaf508157274c44f04e775c1883c4eaa2924c44
CRs-Fixed: 3492731
This commit is contained in:
Srinivas Girigowda
2023-04-28 13:43:40 -07:00
committed by Rahul Choudhary
parent 363262cd30
commit 07bdb1114b
8 changed files with 18 additions and 18 deletions

View File

@@ -363,7 +363,7 @@ hal_rx_fst_attach(hal_soc_handle_t hal_soc_hdl,
if (!fst) {
QDF_TRACE(QDF_MODULE_ID_TXRX, QDF_TRACE_LEVEL_ERROR,
FL("hal fst allocation failed,"));
FL("hal fst allocation failed"));
return NULL;
}