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

@@ -270,7 +270,7 @@ static void hal_rx_print_pn_8074v1(uint8_t *buf)
uint32_t pn_95_64 = HAL_RX_MPDU_PN_95_64_GET(mpdu_info);
uint32_t pn_127_96 = HAL_RX_MPDU_PN_127_96_GET(mpdu_info);
hal_debug("PN number pn_127_96 0x%x pn_95_64 0x%x pn_63_32 0x%x pn_31_0 0x%x ",
hal_debug("PN number pn_127_96 0x%x pn_95_64 0x%x pn_63_32 0x%x pn_31_0 0x%x",
pn_127_96, pn_95_64, pn_63_32, pn_31_0);
}