diff for duplicates of <546D57D8.4060708@huawei.com> diff --git a/a/1.txt b/N1/1.txt index d86033f..72f0fe9 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -14,10 +14,10 @@ > > if (info->res_type != PCI_HOST_RES_DEFAULT) > .... -> else /* info->res_type = PCI_HOST_RES_DEFAULT) +> else /* info->res_type == PCI_HOST_RES_DEFAULT) > info->res_type = PCI_HOST_RES_DEFAULT; > -> info->res_type is already = PCI_HOST_RES_DEFAULT in the else side, assignment is a NOP? +> info->res_type is already == PCI_HOST_RES_DEFAULT in the else side, assignment is a NOP? Hmmm, I wanted pci_create_host_bridge() to process the default res later(add default res), It's ugly code, I will rework it. diff --git a/a/content_digest b/N1/content_digest index 91a8925..9bbee4b 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -5,7 +5,7 @@ "ref\020141119164128.GX12037@e106497-lin.cambridge.arm.com\0" "From\0Yijing Wang <wangyijing@huawei.com>\0" "Subject\0Re: [RFC PATCH 08/16] PCI: Introduce pci_scan_host_bridge() and pci_host_info\0" - "Date\0Thu, 20 Nov 2014 02:54:16 +0000\0" + "Date\0Thu, 20 Nov 2014 10:54:16 +0800\0" "To\0Liviu Dudau <Liviu.Dudau@arm.com>\0" "Cc\0Bjorn Helgaas <bhelgaas@google.com>" linux-pci@vger.kernel.org <linux-pci@vger.kernel.org> @@ -42,10 +42,10 @@ "> \n" "> \tif (info->res_type != PCI_HOST_RES_DEFAULT)\n" "> \t\t....\n" - "> \telse /* info->res_type = PCI_HOST_RES_DEFAULT)\n" + "> \telse /* info->res_type == PCI_HOST_RES_DEFAULT)\n" "> \t\tinfo->res_type = PCI_HOST_RES_DEFAULT;\n" "> \n" - "> info->res_type is already = PCI_HOST_RES_DEFAULT in the else side, assignment is a NOP?\n" + "> info->res_type is already == PCI_HOST_RES_DEFAULT in the else side, assignment is a NOP?\n" "\n" "Hmmm, I wanted pci_create_host_bridge() to process the default res later(add default res),\n" "It's ugly code, I will rework it.\n" @@ -241,4 +241,4 @@ "Thanks!\n" Yijing -2c49f64d7974742adf6373d5b2e85e25485de4c94c02f02b60433fd4b5646b08 +1f649f17b45d0f993f60878eabd47bd09ae72a75e4724d128bff564648138c54
diff --git a/a/1.txt b/N2/1.txt index d86033f..72f0fe9 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -14,10 +14,10 @@ > > if (info->res_type != PCI_HOST_RES_DEFAULT) > .... -> else /* info->res_type = PCI_HOST_RES_DEFAULT) +> else /* info->res_type == PCI_HOST_RES_DEFAULT) > info->res_type = PCI_HOST_RES_DEFAULT; > -> info->res_type is already = PCI_HOST_RES_DEFAULT in the else side, assignment is a NOP? +> info->res_type is already == PCI_HOST_RES_DEFAULT in the else side, assignment is a NOP? Hmmm, I wanted pci_create_host_bridge() to process the default res later(add default res), It's ugly code, I will rework it. diff --git a/a/content_digest b/N2/content_digest index 91a8925..6934872 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -5,25 +5,24 @@ "ref\020141119164128.GX12037@e106497-lin.cambridge.arm.com\0" "From\0Yijing Wang <wangyijing@huawei.com>\0" "Subject\0Re: [RFC PATCH 08/16] PCI: Introduce pci_scan_host_bridge() and pci_host_info\0" - "Date\0Thu, 20 Nov 2014 02:54:16 +0000\0" + "Date\0Thu, 20 Nov 2014 10:54:16 +0800\0" "To\0Liviu Dudau <Liviu.Dudau@arm.com>\0" - "Cc\0Bjorn Helgaas <bhelgaas@google.com>" + "Cc\0Liviu Dudau <liviu@dudau.co.uk>" + Tony Luck <tony.luck@intel.com> + Russell King <linux@arm.linux.org.uk> linux-pci@vger.kernel.org <linux-pci@vger.kernel.org> + x86@kernel.org <x86@kernel.org> linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org> huxinwei@huawei.com <huxinwei@huawei.com> - Wuyun <wuyun.wu@huawei.com> - linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org> - Russell King <linux@arm.linux.org.uk> - x86@kernel.org <x86@kernel.org> - Thomas Gleixner <tglx@linutronix.de> - Benjamin Herrenschmidt <benh@kernel.crashing.org> - linuxppc-dev@lists.ozlabs.org <linuxppc-dev@lists.ozlabs.org> - Tony Luck <tony.luck@intel.com> - linux-ia64@vger.kernel.org <linux-ia64@vger.kernel.org> Thierry Reding <thierry.reding@gmail.com> - Liviu Dudau <liviu@dudau.co.uk> + Yijing Wang <wangyijing0307@gmail.com> suravee.suthikulpanit@amd.com <suravee.suthikulpanit@amd.com> - " Yijing Wang <wangyijing0307@gmail.com>\0" + Bjorn Helgaas <bhelgaas@google.com> + linux-ia64@vger.kernel.org <linux-ia64@vger.kernel.org> + Thomas Gleixner <tglx@linutronix.de> + Wuyun <wuyun.wu@huawei.com> + linuxppc-dev@lists.ozlabs.org <linuxppc-dev@lists.ozlabs.org> + " linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>\0" "\00:1\0" "b\0" ">> No, in this patch, host drivers pass a pci host bridge resources init hook\n" @@ -42,10 +41,10 @@ "> \n" "> \tif (info->res_type != PCI_HOST_RES_DEFAULT)\n" "> \t\t....\n" - "> \telse /* info->res_type = PCI_HOST_RES_DEFAULT)\n" + "> \telse /* info->res_type == PCI_HOST_RES_DEFAULT)\n" "> \t\tinfo->res_type = PCI_HOST_RES_DEFAULT;\n" "> \n" - "> info->res_type is already = PCI_HOST_RES_DEFAULT in the else side, assignment is a NOP?\n" + "> info->res_type is already == PCI_HOST_RES_DEFAULT in the else side, assignment is a NOP?\n" "\n" "Hmmm, I wanted pci_create_host_bridge() to process the default res later(add default res),\n" "It's ugly code, I will rework it.\n" @@ -241,4 +240,4 @@ "Thanks!\n" Yijing -2c49f64d7974742adf6373d5b2e85e25485de4c94c02f02b60433fd4b5646b08 +b8c94d16c1977c67c981efdd8910af9546915a160ed773e5b41692a36a02f08c
diff --git a/a/1.txt b/N3/1.txt index d86033f..4751abd 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -14,10 +14,10 @@ > > if (info->res_type != PCI_HOST_RES_DEFAULT) > .... -> else /* info->res_type = PCI_HOST_RES_DEFAULT) +> else /* info->res_type == PCI_HOST_RES_DEFAULT) > info->res_type = PCI_HOST_RES_DEFAULT; > -> info->res_type is already = PCI_HOST_RES_DEFAULT in the else side, assignment is a NOP? +> info->res_type is already == PCI_HOST_RES_DEFAULT in the else side, assignment is a NOP? Hmmm, I wanted pci_create_host_bridge() to process the default res later(add default res), It's ugly code, I will rework it. @@ -191,7 +191,7 @@ OK >>>> >>>> -- >>>> 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 at vger.kernel.org >>>> More majordomo info at http://vger.kernel.org/majordomo-info.html >>>> >>> @@ -203,7 +203,7 @@ OK >> >> -- >> 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 at vger.kernel.org >> More majordomo info at http://vger.kernel.org/majordomo-info.html >> > diff --git a/a/content_digest b/N3/content_digest index 91a8925..43066e3 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -3,27 +3,10 @@ "ref\020141118154243.GM12037@e106497-lin.cambridge.arm.com\0" "ref\0546BFBC8.4030104@huawei.com\0" "ref\020141119164128.GX12037@e106497-lin.cambridge.arm.com\0" - "From\0Yijing Wang <wangyijing@huawei.com>\0" - "Subject\0Re: [RFC PATCH 08/16] PCI: Introduce pci_scan_host_bridge() and pci_host_info\0" - "Date\0Thu, 20 Nov 2014 02:54:16 +0000\0" - "To\0Liviu Dudau <Liviu.Dudau@arm.com>\0" - "Cc\0Bjorn Helgaas <bhelgaas@google.com>" - linux-pci@vger.kernel.org <linux-pci@vger.kernel.org> - linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org> - huxinwei@huawei.com <huxinwei@huawei.com> - Wuyun <wuyun.wu@huawei.com> - linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org> - Russell King <linux@arm.linux.org.uk> - x86@kernel.org <x86@kernel.org> - Thomas Gleixner <tglx@linutronix.de> - Benjamin Herrenschmidt <benh@kernel.crashing.org> - linuxppc-dev@lists.ozlabs.org <linuxppc-dev@lists.ozlabs.org> - Tony Luck <tony.luck@intel.com> - linux-ia64@vger.kernel.org <linux-ia64@vger.kernel.org> - Thierry Reding <thierry.reding@gmail.com> - Liviu Dudau <liviu@dudau.co.uk> - suravee.suthikulpanit@amd.com <suravee.suthikulpanit@amd.com> - " Yijing Wang <wangyijing0307@gmail.com>\0" + "From\0wangyijing@huawei.com (Yijing Wang)\0" + "Subject\0[RFC PATCH 08/16] PCI: Introduce pci_scan_host_bridge() and pci_host_info\0" + "Date\0Thu, 20 Nov 2014 10:54:16 +0800\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" ">> No, in this patch, host drivers pass a pci host bridge resources init hook\n" @@ -42,10 +25,10 @@ "> \n" "> \tif (info->res_type != PCI_HOST_RES_DEFAULT)\n" "> \t\t....\n" - "> \telse /* info->res_type = PCI_HOST_RES_DEFAULT)\n" + "> \telse /* info->res_type == PCI_HOST_RES_DEFAULT)\n" "> \t\tinfo->res_type = PCI_HOST_RES_DEFAULT;\n" "> \n" - "> info->res_type is already = PCI_HOST_RES_DEFAULT in the else side, assignment is a NOP?\n" + "> info->res_type is already == PCI_HOST_RES_DEFAULT in the else side, assignment is a NOP?\n" "\n" "Hmmm, I wanted pci_create_host_bridge() to process the default res later(add default res),\n" "It's ugly code, I will rework it.\n" @@ -219,7 +202,7 @@ ">>>>\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 at vger.kernel.org\n" ">>>> More majordomo info at http://vger.kernel.org/majordomo-info.html\n" ">>>>\n" ">>>\n" @@ -231,7 +214,7 @@ ">>\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 at vger.kernel.org\n" ">> More majordomo info at http://vger.kernel.org/majordomo-info.html\n" ">>\n" "> \n" @@ -241,4 +224,4 @@ "Thanks!\n" Yijing -2c49f64d7974742adf6373d5b2e85e25485de4c94c02f02b60433fd4b5646b08 +6ac4776c603cb637d154e0092dc767ce55ccf02fae34b5ec5bfb2cee9aeb1639
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.