All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20150312025537.GD10949@google.com>

diff --git a/a/1.txt b/N1/1.txt
index e98da5d..dc0b7d2 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -52,8 +52,8 @@ We don't use the "phb" abbreviation in the PCI core.
 >  
 > +	mutex_lock(&phb_mutex);
 > +	list_for_each_entry(temp, &pci_host_bridge_list, list)
-> +		if (temp->domain == host->domain
-> +				&& temp->busnum == host->busnum) {
+> +		if (temp->domain = host->domain
+> +				&& temp->busnum = host->busnum) {
 > +			dev_dbg(&host->dev, "pci host bridge pci%04x:%02x exist\n",
 > +					host->domain, host->busnum);
 
diff --git a/a/content_digest b/N1/content_digest
index f91db50..d17918b 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,7 +2,7 @@
  "ref\01425868467-9667-11-git-send-email-wangyijing@huawei.com\0"
  "From\0Bjorn Helgaas <bhelgaas@google.com>\0"
  "Subject\0Re: [PATCH v6 10/30] PCI: Introduce pci_host_bridge_list to manage host bridges\0"
- "Date\0Wed, 11 Mar 2015 21:55:37 -0500\0"
+ "Date\0Thu, 12 Mar 2015 02:55:37 +0000\0"
  "To\0Yijing Wang <wangyijing@huawei.com>\0"
  "Cc\0Jiang Liu <jiang.liu@linux.intel.com>"
   linux-pci@vger.kernel.org
@@ -20,7 +20,7 @@
   David S. Miller <davem@davemloft.net>
   Guan Xuetao <gxt@mprc.pku.edu.cn>
   linux-alpha@vger.kernel.org
-  linux-m68k@lists.linux-m68k.org
+  linux-m68k@vger.kernel.org
   Liviu Dudau <liviu@dudau.co.uk>
   Arnd Bergmann <arnd@arndb.de>
  " Geert Uytterhoeven <geert@linux-m68k.org>\0"
@@ -80,8 +80,8 @@
  ">  \n"
  "> +\tmutex_lock(&phb_mutex);\n"
  "> +\tlist_for_each_entry(temp, &pci_host_bridge_list, list)\n"
- "> +\t\tif (temp->domain == host->domain\n"
- "> +\t\t\t\t&& temp->busnum == host->busnum) {\n"
+ "> +\t\tif (temp->domain = host->domain\n"
+ "> +\t\t\t\t&& temp->busnum = host->busnum) {\n"
  "> +\t\t\tdev_dbg(&host->dev, \"pci host bridge pci%04x:%02x exist\\n\",\n"
  "> +\t\t\t\t\thost->domain, host->busnum);\n"
  "\n"
@@ -164,4 +164,4 @@
  "> 1.7.1\n"
  >
 
-09607d337b48746783a400793494bcfc1d7819b8e8d97e653ca0996b5324f80c
+13e3958fd52732635587a00c02c67f34e96f56254c568ed3b1f108f5430d0849

diff --git a/a/content_digest b/N2/content_digest
index f91db50..b7530bc 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,29 +1,9 @@
  "ref\01425868467-9667-1-git-send-email-wangyijing@huawei.com\0"
  "ref\01425868467-9667-11-git-send-email-wangyijing@huawei.com\0"
- "From\0Bjorn Helgaas <bhelgaas@google.com>\0"
- "Subject\0Re: [PATCH v6 10/30] PCI: Introduce pci_host_bridge_list to manage host bridges\0"
+ "From\0bhelgaas@google.com (Bjorn Helgaas)\0"
+ "Subject\0[PATCH v6 10/30] PCI: Introduce pci_host_bridge_list to manage host bridges\0"
  "Date\0Wed, 11 Mar 2015 21:55:37 -0500\0"
- "To\0Yijing Wang <wangyijing@huawei.com>\0"
- "Cc\0Jiang Liu <jiang.liu@linux.intel.com>"
-  linux-pci@vger.kernel.org
-  Yinghai Lu <yinghai@kernel.org>
-  linux-kernel@vger.kernel.org
-  Marc Zyngier <marc.zyngier@arm.com>
-  linux-arm-kernel@lists.infradead.org
-  Russell King <linux@arm.linux.org.uk>
-  x86@kernel.org
-  Thomas Gleixner <tglx@linutronix.de>
-  Benjamin Herrenschmidt <benh@kernel.crashing.org>
-  Rusty Russell <rusty@rustcorp.com.au>
-  Tony Luck <tony.luck@intel.com>
-  linux-ia64@vger.kernel.org
-  David S. Miller <davem@davemloft.net>
-  Guan Xuetao <gxt@mprc.pku.edu.cn>
-  linux-alpha@vger.kernel.org
-  linux-m68k@lists.linux-m68k.org
-  Liviu Dudau <liviu@dudau.co.uk>
-  Arnd Bergmann <arnd@arndb.de>
- " Geert Uytterhoeven <geert@linux-m68k.org>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On Mon, Mar 09, 2015 at 10:34:07AM +0800, Yijing Wang wrote:\n"
@@ -164,4 +144,4 @@
  "> 1.7.1\n"
  >
 
-09607d337b48746783a400793494bcfc1d7819b8e8d97e653ca0996b5324f80c
+21aec023c27ff16eb8c2520c1e971f917f4c821d950a711412b3626e1cf9e6bf

diff --git a/a/content_digest b/N3/content_digest
index f91db50..7ed8894 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -20,7 +20,7 @@
   David S. Miller <davem@davemloft.net>
   Guan Xuetao <gxt@mprc.pku.edu.cn>
   linux-alpha@vger.kernel.org
-  linux-m68k@lists.linux-m68k.org
+  linux-m68k@vger.kernel.org
   Liviu Dudau <liviu@dudau.co.uk>
   Arnd Bergmann <arnd@arndb.de>
  " Geert Uytterhoeven <geert@linux-m68k.org>\0"
@@ -164,4 +164,4 @@
  "> 1.7.1\n"
  >
 
-09607d337b48746783a400793494bcfc1d7819b8e8d97e653ca0996b5324f80c
+b2a85fc818c5dbe21077c33ab52bfc12bd070794bcc65d2a98a9693f51e6cffb

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.