diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2020-06-04 20:59:14 +0300 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2020-06-04 20:59:14 +0300 |
commit | 754262d1befb16a9581b7ccfa9d1e17d41c54969 (patch) | |
tree | 9bdfec4461a0b0ca9b8f3e3222f5dbd4597dfe17 /drivers/pci | |
parent | 075a383389d71b0afde7feacd1a6ad6f247fa411 (diff) | |
parent | c96efe26569204555705076368f8ef7565d06fa6 (diff) | |
download | linux-754262d1befb16a9581b7ccfa9d1e17d41c54969.tar.xz |
Merge branch 'remotes/lorenzo/pci/altera'
- Fix altera whitespace (Colin Ian King)
* remotes/lorenzo/pci/altera:
PCI: altera: Clean up indentation issue on a return statement
Diffstat (limited to 'drivers/pci')
-rw-r--r-- | drivers/pci/controller/pcie-altera.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/controller/pcie-altera.c b/drivers/pci/controller/pcie-altera.c index b447c3e4abad..24cb1c331058 100644 --- a/drivers/pci/controller/pcie-altera.c +++ b/drivers/pci/controller/pcie-altera.c @@ -193,7 +193,7 @@ static bool altera_pcie_valid_device(struct altera_pcie *pcie, if (bus->number == pcie->root_bus_nr && dev > 0) return false; - return true; + return true; } static int tlp_read_packet(struct altera_pcie *pcie, u32 *value) |