On Tue, Aug 19, 2025 at 12:06 PM Askar Safin <safinas...@zohomail.com> wrote: > > I think this is what author meant, because current code > prints decimal number, followed by literal "x". > I doubt this is useful
The above is the comment and not a commit message. Compare to, e.g., "Replace %lux, which prints a decimal number followed by literal 'x', with %lx, which prints the hexadecimal one. The latter is more useful for the (address) ranges." The code LGTM. -- With Best Regards, Andy Shevchenko