linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: kexec_file: Fixed code style.
@ 2020-03-11  7:31 Li Tao
  2020-03-17 22:28 ` Will Deacon
  0 siblings, 1 reply; 2+ messages in thread
From: Li Tao @ 2020-03-11  7:31 UTC (permalink / raw)
  To: Catalin Marinas, Will Deacon, Matthias Brugger, Bhupesh Sharma,
	James Morse, AKASHI Takahiro, Hsin-Yi Wang, linux-arm-kernel,
	linux-kernel
  Cc: wenhu.pku, Li Tao

Remove unnecessary blank.

Signed-off-by: Li Tao <tao.li@vivo.com>
---
 arch/arm64/kernel/machine_kexec_file.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/kernel/machine_kexec_file.c b/arch/arm64/kernel/machine_kexec_file.c
index dd3ae80..b40c3b0 100644
--- a/arch/arm64/kernel/machine_kexec_file.c
+++ b/arch/arm64/kernel/machine_kexec_file.c
@@ -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;
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] arm64: kexec_file: Fixed code style.
  2020-03-11  7:31 [PATCH] arm64: kexec_file: Fixed code style Li Tao
@ 2020-03-17 22:28 ` Will Deacon
  0 siblings, 0 replies; 2+ messages in thread
From: Will Deacon @ 2020-03-17 22:28 UTC (permalink / raw)
  To: Li Tao
  Cc: Catalin Marinas, Matthias Brugger, Bhupesh Sharma, James Morse,
	AKASHI Takahiro, Hsin-Yi Wang, linux-arm-kernel, linux-kernel,
	wenhu.pku

On Wed, Mar 11, 2020 at 03:31:55PM +0800, Li Tao wrote:
> Remove unnecessary blank.
> 
> Signed-off-by: Li Tao <tao.li@vivo.com>
> ---
>  arch/arm64/kernel/machine_kexec_file.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/kernel/machine_kexec_file.c b/arch/arm64/kernel/machine_kexec_file.c
> index dd3ae80..b40c3b0 100644
> --- a/arch/arm64/kernel/machine_kexec_file.c
> +++ b/arch/arm64/kernel/machine_kexec_file.c
> @@ -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;

Acked-by: Will Deacon <will@kernel.org>

Will

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-03-17 22:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-11  7:31 [PATCH] arm64: kexec_file: Fixed code style Li Tao
2020-03-17 22:28 ` Will Deacon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).