summaryrefslogtreecommitdiff
path: root/board/freescale/imx8qxp_mek/imx8qxp_mek.c
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2019-03-25 19:24:51 +0300
committerStefano Babic <sbabic@denx.de>2019-04-13 21:30:09 +0300
commit7b48e2b05a14d1952a3dcaf689c9d4c3d088dbfb (patch)
treec81b788d0d827f09f6d1bbb5ba9f3525eb84b79e /board/freescale/imx8qxp_mek/imx8qxp_mek.c
parent2cbf1b3215e17ea9e2eec98a0581da25709f066f (diff)
downloadu-boot-7b48e2b05a14d1952a3dcaf689c9d4c3d088dbfb.tar.xz
Add missing space in comment
Spotted two missing spaces in comments. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Reviewed-by: Igor Opaniuk <igor.opaniuk@toradex.com>
Diffstat (limited to 'board/freescale/imx8qxp_mek/imx8qxp_mek.c')
-rw-r--r--board/freescale/imx8qxp_mek/imx8qxp_mek.c2
1 files changed, 1 insertions, 1 deletions
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);
}