qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v1 4/7] spapr_rtas.c: fix identation of rtas_ibm_suspend_me()


From: David Gibson
Subject: Re: [PATCH v1 4/7] spapr_rtas.c: fix identation of rtas_ibm_suspend_me() args
Date: Fri, 15 Jan 2021 11:45:50 +1100

On Thu, Jan 14, 2021 at 03:06:25PM -0300, Daniel Henrique Barboza wrote:
> Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>

Applied to ppc-for-6.0, thanks.

> ---
>  hw/ppc/spapr_rtas.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/hw/ppc/spapr_rtas.c b/hw/ppc/spapr_rtas.c
> index d014684d60..fbefd5d3cb 100644
> --- a/hw/ppc/spapr_rtas.c
> +++ b/hw/ppc/spapr_rtas.c
> @@ -219,9 +219,9 @@ static void rtas_stop_self(PowerPCCPU *cpu, 
> SpaprMachineState *spapr,
>  }
>  
>  static void rtas_ibm_suspend_me(PowerPCCPU *cpu, SpaprMachineState *spapr,
> -                           uint32_t token, uint32_t nargs,
> -                           target_ulong args,
> -                           uint32_t nret, target_ulong rets)
> +                                uint32_t token, uint32_t nargs,
> +                                target_ulong args,
> +                                uint32_t nret, target_ulong rets)
>  {
>      CPUState *cs;
>  

-- 
David Gibson                    | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au  | minimalist, thank you.  NOT _the_ _other_
                                | _way_ _around_!
http://www.ozlabs.org/~dgibson

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]