提交 08015ee0 编写于 作者: D Dan Carpenter 提交者: Bjorn Helgaas

PCI: rockchip: Indent "if" statement body

Body of an "if" statement wasn't indented.  Add a tab.
Signed-off-by: NDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: NBjorn Helgaas <bhelgaas@google.com>
上级 9d274755
...@@ -972,7 +972,7 @@ static int rockchip_pcie_prog_ob_atu(struct rockchip_pcie *rockchip, ...@@ -972,7 +972,7 @@ static int rockchip_pcie_prog_ob_atu(struct rockchip_pcie *rockchip,
return -EINVAL; return -EINVAL;
if (region_no == 0) { if (region_no == 0) {
if (AXI_REGION_0_SIZE < (2ULL << num_pass_bits)) if (AXI_REGION_0_SIZE < (2ULL << num_pass_bits))
return -EINVAL; return -EINVAL;
} }
if (region_no != 0) { if (region_no != 0) {
if (AXI_REGION_SIZE < (2ULL << num_pass_bits)) if (AXI_REGION_SIZE < (2ULL << num_pass_bits))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册