Commit c2f4afdc authored by Li Tao's avatar Li Tao Committed by Catalin Marinas

arm64: kexec_file: Fixed code style.

Remove unnecessary blank.
Signed-off-by: default avatarLi Tao <tao.li@vivo.com>
Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent 62b9562a
......@@ -121,7 +121,7 @@ static int setup_dtb(struct kimage *image,
/* add kaslr-seed */
ret = fdt_delprop(dtb, off, FDT_PROP_KASLR_SEED);
if (ret == -FDT_ERR_NOTFOUND)
if (ret == -FDT_ERR_NOTFOUND)
ret = 0;
else if (ret)
goto out;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment