提交 68a699e1 编写于 作者: F Fabio Estevam 提交者: Stefano Babic

imx8m: soc: Remove unneeded space

Checkpatch reports the following issue:

ERROR: space prohibited before that ',' (ctx:WxW)
#936: FILE: arch/arm/mach-imx/imx8m/soc.c:936:
+		      0, 0 , 0, 0, 0, 0, &res);

Remove the unneeded space.
 		           ^
Reported-by: NTom Rini <trini@konsulko.com>
Signed-off-by: NFabio Estevam <festevam@gmail.com>
Reviewed-by: NTom Rini <trini@konsulko.com>
Reviewed-by: NPeng Fan <peng.fan@nxp.com>
上级 6cc30b22
......@@ -933,7 +933,7 @@ static void acquire_buildinfo(void)
/* Get ARM Trusted Firmware commit id */
arm_smccc_smc(IMX_SIP_BUILDINFO, IMX_SIP_BUILDINFO_GET_COMMITHASH,
0, 0 , 0, 0, 0, 0, &res);
0, 0, 0, 0, 0, 0, &res);
atf_commit = res.a0;
if (atf_commit == 0xffffffff) {
debug("ATF does not support build info\n");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册