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

Marek Behún kabel at kernel.org
Sun Sep 26 00:54:45 CEST 2021


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>
---
 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)
-- 
2.32.0



More information about the U-Boot mailing list