Re: [PATCH] of: reserved_mem: Use proper binary prefix

From: Rob Herring
Date: Fri Feb 17 2023 - 16:21:31 EST



On Thu, 16 Feb 2023 09:37:25 +0100, Geert Uytterhoeven wrote:
> The printed reserved memory information uses the non-standard "K"
> prefix, while all other printed values use proper binary prefixes.
> Fix this by using "Ki" instead.
>
> While at it, drop the superfluous spaces inside the parentheses, to
> reduce printed line length.
>
> Fixes: aeb9267eb6b1df99 ("of: reserved-mem: print out reserved-mem details during boot")
> Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
> ---
> K = Kelvin
> k = kilo
> Ki = kibi
> ---
> drivers/of/of_reserved_mem.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>

Applied, thanks!