[PATCH u-boot-marvell v2 5/6] arm: a37xx: pci: Cosmetic change

Stefan Roese sr at denx.de
Fri Oct 8 08:21:59 CEST 2021


On 26.09.21 00:54, Marek Behún wrote:
> From: Marek Behún <marek.behun at nic.cz>
> 
> Update indentation in driver's private structure.
> 
> Signed-off-by: Marek Behún <marek.behun at nic.cz>

Reviewed-by: Stefan Roese <sr at denx.de>

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 at denx.de


More information about the U-Boot mailing list