mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 17:41:44 +00:00
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
This commit is contained in:
commit
754262d1be
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user