Re: [PATCH v1 12/23] ipmi: Switch to use %ptSp
From: Corey Minyard
Date: Tue Nov 11 2025 - 09:37:30 EST
On Tue, Nov 11, 2025 at 05:08:25PM +0900, Sergey Senozhatsky wrote:
> On (25/11/10 19:40), Andy Shevchenko wrote:
> [..]
> > + dev_dbg(smi_info->io.dev, "**%s: %ptSp\n", msg, &t);
>
> Strictly speaking, this is not exactly equivalent to %lld.%9.9ld
> or %lld.%6.6ld but I don't know if that's of any importance.
>
Dang it, I'm traveling and used the wrong way to send the previous response.
Sorry.
Anyway, yes, it's not equivalent, but it's not important. It's better
to use a standard output format. Thanks for pointing this out.
Thanks,
-corey