Re: [PATCH] cxl/region: fix format string for resource_size_t
From: Alison Schofield
Date: Mon Jan 05 2026 - 18:06:49 EST
On Thu, Dec 04, 2025 at 10:52:26AM +0100, Arnd Bergmann wrote:
> From: Arnd Bergmann <arnd@xxxxxxxx>
>
> The size of this type is architecture specific, and the recommended
> way to print it portably is through the custom %pap format string.
>
> Fixes: d6602e25819d ("cxl/region: Add support to indicate region has extended linear cache")
> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>
Reviewed-by: Alison Schofield <alison.schofield@xxxxxxxxx>