From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D72EBC433E0 for ; Fri, 15 Jan 2021 01:12:35 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 14FDC23406 for ; Fri, 15 Jan 2021 01:12:35 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 14FDC23406 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=gibson.dropbear.id.au Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([::1]:55548 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l0DfF-0000by-Fv for qemu-devel@archiver.kernel.org; Thu, 14 Jan 2021 20:12:33 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:56680) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l0DaI-00041d-LZ; Thu, 14 Jan 2021 20:07:26 -0500 Received: from bilbo.ozlabs.org ([2401:3900:2:1::2]:38029 helo=ozlabs.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l0DaC-0003Q9-JP; Thu, 14 Jan 2021 20:07:23 -0500 Received: by ozlabs.org (Postfix, from userid 1007) id 4DH31c01Lhz9sWW; Fri, 15 Jan 2021 12:07:15 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gibson.dropbear.id.au; s=201602; t=1610672836; bh=99W15X76qGo6Dz8pHcZoDwwjEO534KEH8ogb/iLMRXA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=OOuqyv5xRHKN8bciMDyhtp6SaQ880HHy74uF47RL8beYajcVbpaWIIn5QV2XXdWXa wL7VD5TTKGbM+LJrW5rmUNZQGiK6uguV2uxTskk5gbWpoE4BUy3liRC+wB8mq5zOLx zvkUjcB8L+V7zd15MUN4x26jnpw5qbIcwIZvej7s= Date: Fri, 15 Jan 2021 11:45:50 +1100 From: David Gibson To: Daniel Henrique Barboza Subject: Re: [PATCH v1 4/7] spapr_rtas.c: fix identation of rtas_ibm_suspend_me() args Message-ID: <20210115004550.GT435587@yekko.fritz.box> References: <20210114180628.1675603-1-danielhb413@gmail.com> <20210114180628.1675603-5-danielhb413@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="k8r0khnpBuGu0wUi" Content-Disposition: inline In-Reply-To: <20210114180628.1675603-5-danielhb413@gmail.com> Received-SPF: pass client-ip=2401:3900:2:1::2; envelope-from=dgibson@ozlabs.org; helo=ozlabs.org X-Spam_score_int: -17 X-Spam_score: -1.8 X-Spam_bar: - X-Spam_report: (-1.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.248, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org, groug@kaod.org Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" --k8r0khnpBuGu0wUi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jan 14, 2021 at 03:06:25PM -0300, Daniel Henrique Barboza wrote: > Signed-off-by: Daniel Henrique Barboza Applied to ppc-for-6.0, thanks. > --- > hw/ppc/spapr_rtas.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >=20 > 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, SpaprMach= ineState *spapr, > } > =20 > static void rtas_ibm_suspend_me(PowerPCCPU *cpu, SpaprMachineState *spap= r, > - 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; > =20 --=20 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 --k8r0khnpBuGu0wUi Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEdfRlhq5hpmzETofcbDjKyiDZs5IFAmAA5b4ACgkQbDjKyiDZ s5K7xw//boDq304ux1BbuLd6f/OEAi/OW6QG9mg/5Rjt9Lu4kNfbQiwPn+2fc4jM XgHZo5dOPjpxzwQcnHpgJFy1AiPvyUR/IlJ501kRJCj2JwuubFbfdTQ2ZvFzyoq+ gCJf5cxgtx58ypoAomam4K3r6W85xrwb0m5gvsGr77GBv7668qLRm7ZGK50hme3s G800D86yx/tBK3jonq8M3Xcb0vb0xzCmPwPlhecQfVtFdPB2eSlKWxgXIVSB7ZgM QUPAdJ5MNPW0j8+Pdg+lnfiM1/lB7BLyTCmTxcg2fBpXrJMUO+IyzlRhPuOLUXQR yt5fZmfjQQorfU/ZctcslTdWYpsRiKiRQo8FJC/2NdLgrMg1+8ZXMjS3D194kJaN C3GPdjuwt1FzEVXnsBES1QbUcm8r/tRNAshfviB2VGagjBNe2dNXEBNocvR8mk+s 2VAp3q7zO64gG3rZ5OWxsLIVUYy8R8Lp8tk8GmOmREH1lmdEypjr17NHOI31yHpF Wj5oDwX38KsuXjQ+P+nqvynFHqlqIVaWQtYE/XFoaNbXIj1Tlya5wr8cZWOS50wV myasHK+SAZ+86B29G5EeY4LUXCEOwrV2GNiKGAZIJ/MMrZNh7CK6Yv3zyi9BhYY7 8817ejagD8OaY38zygbKimOn/TWyV4E+y9aKD8uz/oEplbM2L9k= =39Su -----END PGP SIGNATURE----- --k8r0khnpBuGu0wUi--