mirror of https://gitee.com/openkylin/linux.git
PCI: altera: Clean up indentation issue on a return statement
A return statment is indented incorrectly, remove extraneous space. Link: https://lore.kernel.org/r/20200327134556.265411-1-colin.king@canonical.com Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
This commit is contained in:
parent
8f3d9f3542
commit
c96efe2656
|
@ -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