mirror of
https://github.com/torvalds/linux.git
synced 2024-11-13 15:41:39 +00:00
PCI: rockchip: Indent "if" statement body
Body of an "if" statement wasn't indented. Add a tab. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
This commit is contained in:
parent
9d274755c6
commit
08015ee0ff
@ -972,7 +972,7 @@ static int rockchip_pcie_prog_ob_atu(struct rockchip_pcie *rockchip,
|
||||
return -EINVAL;
|
||||
if (region_no == 0) {
|
||||
if (AXI_REGION_0_SIZE < (2ULL << num_pass_bits))
|
||||
return -EINVAL;
|
||||
return -EINVAL;
|
||||
}
|
||||
if (region_no != 0) {
|
||||
if (AXI_REGION_SIZE < (2ULL << num_pass_bits))
|
||||
|
Loading…
Reference in New Issue
Block a user