From ef952aac9677235640aee525cf4e5f4e9d0b1ac1 Mon Sep 17 00:00:00 2001 From: Petro Karashchenko Date: Sat, 22 Oct 2022 22:01:00 +0200 Subject: [PATCH] system/spi: improve alignment in array initialization Signed-off-by: Petro Karashchenko --- system/spi/spi_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/spi/spi_main.c b/system/spi/spi_main.c index 63aa45d62..b9a698142 100644 --- a/system/spi/spi_main.c +++ b/system/spi/spi_main.c @@ -55,7 +55,7 @@ static const struct cmdmap_s g_spicmds[] = { { "?", spicmd_help, "Show help ", NULL }, { "bus", spicmd_bus, "List buses ", NULL }, - { "exch", spicmd_exch, "SPI Exchange ", "[OPTIONS] []" }, + { "exch", spicmd_exch, "SPI Exchange ", "[OPTIONS] []" }, { "help", spicmd_help, "Show help ", NULL }, { NULL, NULL, NULL, NULL } };