Re: [PATCH v3 02/26] x86/virt/tdx: Use %# prefix for hex values in SEAMCALL error messages
From: Tony Lindgren
Date: Mon Jan 26 2026 - 05:03:10 EST
On Fri, Jan 23, 2026 at 06:55:10AM -0800, Chao Gao wrote:
> "%#" format specifier automatically adds the "0x" prefix and has one less
> character than "0x%".
>
> For conciseness, replace "0x%" with "%#" when printing hexadecimal values
> in SEAMCALL error messages.
Reviewed-by: Tony Lindgren <tony.lindgren@xxxxxxxxxxxxxxx>