gustavonihei opened a new pull request, #6546: URL: https://github.com/apache/incubator-nuttx/pull/6546
## Summary This PR intends to fix some Syslog message strings when %p is passed as the format specifier. The "p" format specifier already prepends the pointer address with "0x" when printing: ``` up_schedule_sigaction: tcb=0x0x3ffaeff0 sigdeliver=0x0x400d2024 up_schedule_sigaction: rtcb=0x0x3ffaeff0 CURRENT_REGS=0x0x3ffce014 ``` ## Impact Should bring no relevant impact, changes just to format strings. ## Testing CI Build pass. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org