Re: [PATCH ath-next] wifi: ath12k: use %u for unsigned variables in QMI debug logs
Baochen Qiang <[email protected]>
| Newsgroups | org.infradead.lists.ath12k,org.kernel.vger.linux-kernel,org.kernel.vger.linux-wireless |
|---|---|
| Message-ID | <[email protected]> |
On 6/23/2026 12:04 PM, Raj Kumar Bhagat wrote: > Replace incorrect %d format specifiers with %u for unsigned variables > in qmi.c debug messages. Also add missing trailing '\n' in log messages > to ensure proper termination. No functional change intended. > > Tested-on: Compile tested only. > > Signed-off-by: Raj Kumar Bhagat <[email protected]> Reviewed-by: Baochen Qiang <[email protected]>