]> Git Repo - J-u-boot.git/commitdiff
arm: a37xx: pci: Cosmetic change
authorMarek Behún <[email protected]>
Sat, 25 Sep 2021 22:54:45 +0000 (00:54 +0200)
committerStefan Roese <[email protected]>
Fri, 8 Oct 2021 06:37:55 +0000 (08:37 +0200)
Update indentation in driver's private structure.

Signed-off-by: Marek Behún <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
drivers/pci/pci-aardvark.c

index 591bc8b48cd21c1a71fffe8ef4699ac6c107cbb9..3f714cd5649633fa194f23478a3fe6d744ed7e03 100644 (file)
  * @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)
This page took 0.03285 seconds and 4 git commands to generate.