post: memory: Fix format strings
authorSean Anderson <sean.anderson@seco.com>
Tue, 23 Aug 2022 19:10:39 +0000 (15:10 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 15 Sep 2022 13:55:30 +0000 (09:55 -0400)
commit56ce22c0cd5a9cea09044f62d5f641f38e41f909
tree088ea56600a88e3decc44c0595ccbcf9b7a20990
parent57fb86a97d75dbf9898bce50813cf63106da08ac
post: memory: Fix format strings

This fixes numerous cases of format strings not matching their
arguments. Also keep the format strings on one line for easier grepping.

Signed-off-by: Sean Anderson <sean.anderson@seco.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
post/drivers/memory.c