All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20161012121845.GA21211@localhost>

diff --git a/a/1.txt b/N1/1.txt
index 7e0f10a..7a87ffc 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -11,7 +11,7 @@ Applied to pci/host-rockchip for v4.9, thanks, Dan.
 > +++ 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 02d5c67..5600043 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\020161012105409.GA19070@mwanda\0"
  "From\0Bjorn Helgaas <helgaas@kernel.org>\0"
  "Subject\0Re: [patch] PCI: rockchip: Indent an if statement\0"
- "Date\0Wed, 12 Oct 2016 12:18:45 +0000\0"
+ "Date\0Wed, 12 Oct 2016 07:18:45 -0500\0"
  "To\0Dan Carpenter <dan.carpenter@oracle.com>\0"
  "Cc\0Shawn Lin <shawn.lin@rock-chips.com>"
   Wenrui Li <wenrui.li@rock-chips.com>
@@ -25,7 +25,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"
@@ -37,4 +37,4 @@
  "> the body of a message to majordomo@vger.kernel.org\n"
  > More majordomo info at  http://vger.kernel.org/majordomo-info.html
 
-0702ffa1a54ea47e9e9a512cb20ed189f541c05d6f9e90ee88b4fd232eeb5f49
+e60457eaba2a698e7a04c740da68221d5c6e32e32bfb072b83c2e13b9882457c

diff --git a/a/1.txt b/N2/1.txt
index 7e0f10a..6fbfd30 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,7 +1,7 @@
 On Wed, Oct 12, 2016 at 01:54:09PM +0300, Dan Carpenter wrote:
 > The if statement wasn't intended.  Add a tab.
 > 
-> Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
+> Signed-off-by: Dan Carpenter <dan.carpenter-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
 
 Applied to pci/host-rockchip for v4.9, thanks, Dan.
 
@@ -11,7 +11,7 @@ Applied to pci/host-rockchip for v4.9, thanks, Dan.
 > +++ 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;
@@ -20,5 +20,5 @@ Applied to pci/host-rockchip for v4.9, thanks, Dan.
 >  		if (AXI_REGION_SIZE < (2ULL << num_pass_bits))
 > --
 > To unsubscribe from this list: send the line "unsubscribe linux-pci" in
-> the body of a message to majordomo@vger.kernel.org
+> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
 > More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N2/content_digest
index 02d5c67..296b866 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,21 +1,21 @@
  "ref\020161012105409.GA19070@mwanda\0"
- "From\0Bjorn Helgaas <helgaas@kernel.org>\0"
+ "From\0Bjorn Helgaas <helgaas-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0"
  "Subject\0Re: [patch] PCI: rockchip: Indent an if statement\0"
- "Date\0Wed, 12 Oct 2016 12:18:45 +0000\0"
- "To\0Dan Carpenter <dan.carpenter@oracle.com>\0"
- "Cc\0Shawn Lin <shawn.lin@rock-chips.com>"
-  Wenrui Li <wenrui.li@rock-chips.com>
-  Bjorn Helgaas <bhelgaas@google.com>
-  Heiko Stuebner <heiko@sntech.de>
-  linux-pci@vger.kernel.org
-  linux-rockchip@lists.infradead.org
- " kernel-janitors@vger.kernel.org\0"
+ "Date\0Wed, 12 Oct 2016 07:18:45 -0500\0"
+ "To\0Dan Carpenter <dan.carpenter-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>\0"
+ "Cc\0Heiko Stuebner <heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org>"
+  linux-pci-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  Shawn Lin <shawn.lin-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
+  Wenrui Li <wenrui.li-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
+  kernel-janitors-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
+ " Bjorn Helgaas <bhelgaas-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>\0"
  "\00:1\0"
  "b\0"
  "On Wed, Oct 12, 2016 at 01:54:09PM +0300, Dan Carpenter wrote:\n"
  "> The if statement wasn't intended.  Add a tab.\n"
  "> \n"
- "> Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>\n"
+ "> Signed-off-by: Dan Carpenter <dan.carpenter-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>\n"
  "\n"
  "Applied to pci/host-rockchip for v4.9, thanks, Dan.\n"
  "\n"
@@ -25,7 +25,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"
@@ -34,7 +34,7 @@
  ">  \t\tif (AXI_REGION_SIZE < (2ULL << num_pass_bits))\n"
  "> --\n"
  "> To unsubscribe from this list: send the line \"unsubscribe linux-pci\" in\n"
- "> the body of a message to majordomo@vger.kernel.org\n"
+ "> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
  > More majordomo info at  http://vger.kernel.org/majordomo-info.html
 
-0702ffa1a54ea47e9e9a512cb20ed189f541c05d6f9e90ee88b4fd232eeb5f49
+9c31ce7f140f5a6fe8cfb3b5b2a25b48ddd357cff6cbd7a9ca835139efc0f76c

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.