[PATCH 2/5] commands: mmc_extcsd: print_field: fix layout
Juergen Borleis
jbe at pengutronix.de
Wed Sep 9 07:01:15 EDT 2020
Signed-off-by: Juergen Borleis <jbe at pengutronix.de>
---
commands/mmc_extcsd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/commands/mmc_extcsd.c b/commands/mmc_extcsd.c
index 40d11df17d..7ae068348d 100644
--- a/commands/mmc_extcsd.c
+++ b/commands/mmc_extcsd.c
@@ -2163,7 +2163,7 @@ static int print_field(u8 *reg, int index)
str = "FIFO policy for cache";
else
str = "not provided";
- printf("\t[0] Device flushing: %s", str);
+ printf("\t[0] Device flushing: %s\n", str);
return 1;
case EXT_CSD_OPTIMAL_READ_SIZE:
--
2.20.1
More information about the barebox
mailing list