of: reserved_mem: Use proper binary prefix
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 16 Feb 2023 08:37:25 +0000 (09:37 +0100)
committerRob Herring <robh@kernel.org>
Fri, 17 Feb 2023 21:21:36 +0000 (15:21 -0600)
commit6ee7afbabcee4d54024c46f8fc74314c69a04613
treec743145a3982dd368e4662b977858d791ca1b92a
parent25eba1598c8e1e804c02e3a0da50782c50c11c41
of: reserved_mem: Use proper binary prefix

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@glider.be>
Link: https://lore.kernel.org/r/20230216083725.1244817-1-geert+renesas@glider.be
Signed-off-by: Rob Herring <robh@kernel.org>
drivers/of/of_reserved_mem.c