Skip to content

Commit

Permalink
arm64: kexec_file: Fixed code style.
Browse files Browse the repository at this point in the history
Remove unnecessary blank.

Signed-off-by: Li Tao <tao.li@vivo.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
  • Loading branch information
Li Tao authored and Catalin Marinas committed Mar 17, 2020
1 parent 62b9562 commit c2f4afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/kernel/machine_kexec_file.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c2f4afd

Please sign in to comment.