diff for duplicates of <20161012105409.GA19070@mwanda> diff --git a/a/1.txt b/N1/1.txt index 12dce86..252f7a0 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -8,7 +8,7 @@ index b8c82fc..f54ef1e 100644 +++ 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 (region_no == 0) { if (AXI_REGION_0_SIZE < (2ULL << num_pass_bits)) - return -EINVAL; + return -EINVAL; diff --git a/a/content_digest b/N1/content_digest index 4f493ff..28786a8 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Subject\0[patch] PCI: rockchip: Indent an if statement\0" - "Date\0Wed, 12 Oct 2016 10:54:09 +0000\0" + "Date\0Wed, 12 Oct 2016 13:54:09 +0300\0" "To\0Shawn Lin <shawn.lin@rock-chips.com>\0" "Cc\0Wenrui Li <wenrui.li@rock-chips.com>" Bjorn Helgaas <bhelgaas@google.com> @@ -20,7 +20,7 @@ "+++ b/drivers/pci/host/pcie-rockchip.c\n" "@@ -972,7 +972,7 @@ static int rockchip_pcie_prog_ob_atu(struct rockchip_pcie *rockchip,\n" " \t\treturn -EINVAL;\n" - " \tif (region_no = 0) {\n" + " \tif (region_no == 0) {\n" " \t\tif (AXI_REGION_0_SIZE < (2ULL << num_pass_bits))\n" "-\t\treturn -EINVAL;\n" "+\t\t\treturn -EINVAL;\n" @@ -28,4 +28,4 @@ " \tif (region_no != 0) {\n" " \t\tif (AXI_REGION_SIZE < (2ULL << num_pass_bits))" -3e435ee7c7bdcb70bcb4daba51beb3986c0e08ab3de0e212ddee12312a925f2f +a760fa7629ad4d08d7326937b30ddb14fced541050e47d4fb82c665e9ee52118
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.