From 7b48e2b05a14d1952a3dcaf689c9d4c3d088dbfb Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Mon, 25 Mar 2019 17:24:51 +0100 Subject: Add missing space in comment Spotted two missing spaces in comments. Signed-off-by: Marcel Ziswiler Reviewed-by: Igor Opaniuk --- board/freescale/imx8qxp_mek/imx8qxp_mek.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/freescale') diff --git a/board/freescale/imx8qxp_mek/imx8qxp_mek.c b/board/freescale/imx8qxp_mek/imx8qxp_mek.c index a4c587a390..63cd605b6a 100644 --- a/board/freescale/imx8qxp_mek/imx8qxp_mek.c +++ b/board/freescale/imx8qxp_mek/imx8qxp_mek.c @@ -112,7 +112,7 @@ void build_info(void) sc_misc_build_info(-1, &sc_build, &sc_commit); if (!sc_build) { printf("SCFW does not support build info\n"); - sc_commit = 0; /* Display 0 when the build info is not supported*/ + sc_commit = 0; /* Display 0 when the build info is not supported */ } printf("Build: SCFW %x\n", sc_commit); } -- cgit v1.2.3