Commit fca4848b authored by Bjorn Helgaas's avatar Bjorn Helgaas
Browse files

PCI: xgene: Clean up whitespace



Use tabs (not spaces) for indentation.  No functional change intended.

Signed-off-by: default avatarBjorn Helgaas <bhelgaas@google.com>
parent 582ffae8
Loading
Loading
Loading
Loading
+18 −19
Original line number Diff line number Diff line
@@ -593,8 +593,7 @@ static void xgene_pcie_clear_config(struct xgene_pcie_port *port)
		xgene_pcie_writel(port, i, 0);
}

static int xgene_pcie_setup(struct xgene_pcie_port *port,
			    struct list_head *res,
static int xgene_pcie_setup(struct xgene_pcie_port *port, struct list_head *res,
			    resource_size_t io_base)
{
	struct device *dev = port->dev;