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 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9CFD6C433F5 for ; Fri, 8 Oct 2021 06:22:12 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 24B5F600D3 for ; Fri, 8 Oct 2021 06:22:12 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 24B5F600D3 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id CB9CD835D1; Fri, 8 Oct 2021 08:22:09 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1633674130; bh=0mGNINRd6elMtky66pqaM7XvM48HooefAn3VtuXbw6A=; h=Subject:To:Cc:References:From:Date:In-Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=Up4Lim66e7TATq5rdHVBpOMyAmfoVnG+NqqJVPNaVMsiwBjo+pqHMTHMWthmAJgyC ZnB4oeqmY1vf+ABktoWn47XCf/IvLG1h6baiy+ImzD96Wauaj/Hn3mYJ3i8s4G+QHp I2fhFPwvRwNXLwk/rDAeyVcR2w4YUpEoozfRy+PJ2k7ndHcpc4LDNfmYEE074GQ7Z/ NMDtahs+bmMppFwM3SwAO89l/pGgdK8udUq8KeD/FPEZQfxILYl2EUy6Zm48Q/qhcA kYZTy0k00jbhJ9eTlKoS1CpwA1vBb3k3G2mDZZMtrNZvhR26rEdvoNk2umRSVJXYTL Mf4HMGFnelHyg== Received: by phobos.denx.de (Postfix, from userid 109) id D3468835C6; Fri, 8 Oct 2021 08:22:07 +0200 (CEST) Received: from mout-u-205.mailbox.org (mout-u-205.mailbox.org [91.198.250.254]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 75FB0835D0 for ; Fri, 8 Oct 2021 08:22:03 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=fail smtp.mailfrom=sr@denx.de Received: from smtp202.mailbox.org (smtp202.mailbox.org [80.241.60.245]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-u-205.mailbox.org (Postfix) with ESMTPS id 4HQdQ327rPzQl5s; Fri, 8 Oct 2021 08:22:03 +0200 (CEST) Subject: Re: [PATCH u-boot-marvell v2 5/6] arm: a37xx: pci: Cosmetic change To: =?UTF-8?Q?Marek_Beh=c3=ban?= Cc: u-boot@lists.denx.de, pali@kernel.org, =?UTF-8?Q?Marek_Beh=c3=ban?= References: <20210925225446.1872-1-kabel@kernel.org> <20210925225446.1872-6-kabel@kernel.org> From: Stefan Roese Message-ID: Date: Fri, 8 Oct 2021 08:21:59 +0200 MIME-Version: 1.0 In-Reply-To: <20210925225446.1872-6-kabel@kernel.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: de-DE Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 80DEF273 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean On 26.09.21 00:54, Marek Behún wrote: > From: Marek Behún > > Update indentation in driver's private structure. > > Signed-off-by: Marek Behún Reviewed-by: Stefan Roese Thanks, Stefan > --- > drivers/pci/pci-aardvark.c | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) > > diff --git a/drivers/pci/pci-aardvark.c b/drivers/pci/pci-aardvark.c > index 53e9e23d4a..b4f350ca2c 100644 > --- a/drivers/pci/pci-aardvark.c > +++ b/drivers/pci/pci-aardvark.c > @@ -196,13 +196,13 @@ > * @device: The pointer to PCI uclass device. > */ > struct pcie_advk { > - void *base; > - int first_busno; > - int sec_busno; > - struct udevice *dev; > - struct gpio_desc reset_gpio; > - u32 cfgcache[0x34 - 0x10]; > - bool cfgcrssve; > + void *base; > + int first_busno; > + int sec_busno; > + struct udevice *dev; > + struct gpio_desc reset_gpio; > + u32 cfgcache[0x34 - 0x10]; > + bool cfgcrssve; > }; > > static inline void advk_writel(struct pcie_advk *pcie, uint val, uint reg) > Viele Grüße, Stefan -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr@denx.de