projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d27475
)
PCI: rockchip: Indent "if" statement body
author
Dan Carpenter
<dan.carpenter@oracle.com>
Wed, 12 Oct 2016 12:14:09 +0000
(07:14 -0500)
committer
Bjorn Helgaas
<bhelgaas@google.com>
Wed, 12 Oct 2016 12:14:09 +0000
(07:14 -0500)
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>
drivers/pci/host/pcie-rockchip.c
patch
|
blob
|
history
diff --git
a/drivers/pci/host/pcie-rockchip.c
b/drivers/pci/host/pcie-rockchip.c
index
59bf0db
..
e0b22da
100644
(file)
--- a/
drivers/pci/host/pcie-rockchip.c
+++ b/
drivers/pci/host/pcie-rockchip.c
@@
-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))