qcacmn: Remove trailing newline from the DP Logs

Remove trailing newline from the DP Logs.

Change-Id: Iaf54e57fb44cf7c15d82bd5c0ffb3fc7c3d04a2b
CRs-Fixed: 3492501
This commit is contained in:
Srinivas Girigowda
2023-04-12 16:33:00 -07:00
committed by Rahul Choudhary
parent 998426711a
commit 48cf24b446
32 changed files with 103 additions and 104 deletions

View File

@@ -109,7 +109,7 @@ static inline int hal_history_get_next_index(qdf_atomic_t *table_index,
}
#else
#define HAL_REG_WRITE_FAIL_HIST_ADD(hal_soc, offset, wr_val, rd_val) \
hal_err("write failed at reg offset 0x%x, write 0x%x read 0x%x\n", \
hal_err("write failed at reg offset 0x%x, write 0x%x read 0x%x", \
offset, \
wr_val, \
rd_val)