All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <5512E566.5050201@linaro.org>

diff --git a/a/content_digest b/N1/content_digest
index da0c3cf..4436fb6 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -25,7 +25,7 @@
   " Marc Zyngier <marc.zyngier\@arm.com>",
   " linux-pci\@vger.kernel.org",
   " x86\@kernel.org",
-  " linux-m68k\@vger.kernel.org",
+  " linux-m68k\@lists.linux-m68k.org",
   " linux-kernel\@vger.kernel.org",
   " David S. Miller <davem\@davemloft.net>",
   " linux-alpha\@vger.kernel.org",
@@ -195,4 +195,4 @@
   ">"
 ]
 
-255fe0647d3299c048fae3ae3290fa5b1c62ac41d201c9c8d506dd6c58407d7c
+9cbffe50febc11a5be8c99a4cccf6ff8d5ea5bb134963440330a90bc4199e1c1

diff --git a/a/content_digest b/N2/content_digest
index da0c3cf..5ca0e4a 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -5,39 +5,16 @@
   "ref\0001427168064-8657-11-git-send-email-wangyijing\@huawei.com\0"
 ]
 [
-  "From\0Tomasz Nowicki <tomasz.nowicki\@linaro.org>\0"
+  "From\0tomasz.nowicki\@linaro.org (Tomasz Nowicki)\0"
 ]
 [
-  "Subject\0Re: [PATCH v8 10/30] PCI: Introduce pci_host_bridge_list to manage host bridges\0"
+  "Subject\0[PATCH v8 10/30] PCI: Introduce pci_host_bridge_list to manage host bridges\0"
 ]
 [
   "Date\0Wed, 25 Mar 2015 17:42:14 +0100\0"
 ]
 [
-  "To\0Yijing Wang <wangyijing\@huawei.com>\0"
-]
-[
-  "Cc\0Bjorn Helgaas <bhelgaas\@google.com>",
-  " Liviu Dudau <liviu\@dudau.co.uk>",
-  " Rusty Russell <rusty\@rustcorp.com.au>",
-  " Russell King <linux\@arm.linux.org.uk>",
-  " Arnd Bergmann <arnd\@arndb.de>",
-  " Marc Zyngier <marc.zyngier\@arm.com>",
-  " linux-pci\@vger.kernel.org",
-  " x86\@kernel.org",
-  " linux-m68k\@vger.kernel.org",
-  " linux-kernel\@vger.kernel.org",
-  " David S. Miller <davem\@davemloft.net>",
-  " linux-alpha\@vger.kernel.org",
-  " Tony Luck <tony.luck\@intel.com>",
-  " Geert Uytterhoeven <geert\@linux-m68k.org>",
-  " Benjamin Herrenschmidt <benh\@kernel.crashing.org>",
-  " linux-ia64\@vger.kernel.org",
-  " Thomas Gleixner <tglx\@linutronix.de>",
-  " Guan Xuetao <gxt\@mprc.pku.edu.cn>",
-  " Yinghai Lu <yinghai\@kernel.org>",
-  " Jiang Liu <jiang.liu\@linux.intel.com>",
-  " linux-arm-kernel\@lists.infradead.org\0"
+  "To\0linux-arm-kernel\@lists.infradead.org\0"
 ]
 [
   "\0000:1\0"
@@ -195,4 +172,4 @@
   ">"
 ]
 
-255fe0647d3299c048fae3ae3290fa5b1c62ac41d201c9c8d506dd6c58407d7c
+37bce2d884e332679ce6a3a9fbdae601cc4729240bd98fe9bac84afc0bf2866c

diff --git a/a/1.txt b/N3/1.txt
index a4095f7..95a3ea0 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -67,7 +67,7 @@ On 24.03.2015 04:34, Yijing Wang wrote:
 > +			  || pci_host_busn_res_overlap(host, tmp)) {
 
 I think you should construct condition this way:
-+		if (tmp->domain == host->domain
++		if (tmp->domain = host->domain
 +			  && pci_host_busn_res_overlap(host, tmp)) {
 
 Regards,
@@ -112,8 +112,7 @@ Tomasz
 >   	struct device *parent;
 >   	struct resource *res;
 > @@ -1887,12 +1887,6 @@ static struct pci_bus *__pci_create_root_bus(
->   	b->number = b->busn_res.start =
->   		pci_host_first_busnr(bridge);
+>   	b->number = b->busn_res.start >   		pci_host_first_busnr(bridge);
 >   	pci_bus_assign_domain_nr(b, parent);
 > -	b2 = pci_find_bus(pci_domain_nr(b), b->number);
 > -	if (b2) {
diff --git a/a/content_digest b/N3/content_digest
index da0c3cf..54fe552 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -11,7 +11,7 @@
   "Subject\0Re: [PATCH v8 10/30] PCI: Introduce pci_host_bridge_list to manage host bridges\0"
 ]
 [
-  "Date\0Wed, 25 Mar 2015 17:42:14 +0100\0"
+  "Date\0Wed, 25 Mar 2015 16:42:14 +0000\0"
 ]
 [
   "To\0Yijing Wang <wangyijing\@huawei.com>\0"
@@ -115,7 +115,7 @@
   "> +\t\t\t  || pci_host_busn_res_overlap(host, tmp)) {\n",
   "\n",
   "I think you should construct condition this way:\n",
-  "+\t\tif (tmp->domain == host->domain\n",
+  "+\t\tif (tmp->domain = host->domain\n",
   "+\t\t\t  && pci_host_busn_res_overlap(host, tmp)) {\n",
   "\n",
   "Regards,\n",
@@ -160,8 +160,7 @@
   ">   \tstruct device *parent;\n",
   ">   \tstruct resource *res;\n",
   "> \@\@ -1887,12 +1887,6 \@\@ static struct pci_bus *__pci_create_root_bus(\n",
-  ">   \tb->number = b->busn_res.start =\n",
-  ">   \t\tpci_host_first_busnr(bridge);\n",
+  ">   \tb->number = b->busn_res.start >   \t\tpci_host_first_busnr(bridge);\n",
   ">   \tpci_bus_assign_domain_nr(b, parent);\n",
   "> -\tb2 = pci_find_bus(pci_domain_nr(b), b->number);\n",
   "> -\tif (b2) {\n",
@@ -195,4 +194,4 @@
   ">"
 ]
 
-255fe0647d3299c048fae3ae3290fa5b1c62ac41d201c9c8d506dd6c58407d7c
+d6dca8c24c54e97bf63e09d13acf8f6ee53a37c7987dba0a533059e8254f963e

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.