qcacmn: Remove trailing newline from the DP Logs
Remove trailing newline from the DP Logs. Change-Id: Iaf54e57fb44cf7c15d82bd5c0ffb3fc7c3d04a2b CRs-Fixed: 3492501
Esse commit está contido em:

commit de
Rahul Choudhary

pai
998426711a
commit
48cf24b446
@@ -657,7 +657,7 @@ static void hal_rx_print_pn_6490(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);
|
||||
}
|
||||
|
||||
|
Referência em uma nova issue
Block a user