diff for duplicates of <54D3404D.90404@citrix.com> diff --git a/a/1.txt b/N1/1.txt index 5a6c45c..12a8ec8 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -4,11 +4,11 @@ On 05/02/15 05:44, Jiang Liu wrote: > +++ b/drivers/xen/xen-acpi-memhotplug.c > @@ -117,8 +117,8 @@ acpi_memory_get_resource(struct acpi_resource *resource, void *context) > list_for_each_entry(info, &mem_device->res_list, list) { -> if ((info->caching == address64.info.mem.caching) && -> (info->write_protect == address64.info.mem.write_protect) && -> - (info->start_addr + info->length == address64.minimum)) { +> if ((info->caching = address64.info.mem.caching) && +> (info->write_protect = address64.info.mem.write_protect) && +> - (info->start_addr + info->length = address64.minimum)) { > - info->length += address64.address_length; -> + (info->start_addr + info->length == address64.address.minimum)) { +> + (info->start_addr + info->length = address64.address.minimum)) { > + info->length += address64.address.address_length; > return AE_OK; > } diff --git a/a/content_digest b/N1/content_digest index c2e0a26..1b58b84 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,8 @@ "ref\01423115089-12904-1-git-send-email-jiang.liu@linux.intel.com\0" "ref\01423115089-12904-2-git-send-email-jiang.liu@linux.intel.com\0" "From\0David Vrabel <david.vrabel@citrix.com>\0" - "Subject\0Re: [Xen-devel] [Patch v4 01/23] ACPICA: Resources: Provide common part for struct acpi_resource_address structures.\0" - "Date\0Thu, 5 Feb 2015 10:05:01 +0000\0" + "Subject\0Re: [Xen-devel] [Patch v4 01/23] ACPICA: Resources: Provide common part for struct acpi_resource_add\0" + "Date\0Thu, 05 Feb 2015 10:05:01 +0000\0" "To\0Jiang Liu <jiang.liu@linux.intel.com>" Rafael J. Wysocki <rjw@rjwysocki.net> Thomas Gleixner <tglx@linutronix.de> @@ -40,11 +40,11 @@ "> +++ b/drivers/xen/xen-acpi-memhotplug.c\n" "> @@ -117,8 +117,8 @@ acpi_memory_get_resource(struct acpi_resource *resource, void *context)\n" "> \tlist_for_each_entry(info, &mem_device->res_list, list) {\n" - "> \t\tif ((info->caching == address64.info.mem.caching) &&\n" - "> \t\t (info->write_protect == address64.info.mem.write_protect) &&\n" - "> -\t\t (info->start_addr + info->length == address64.minimum)) {\n" + "> \t\tif ((info->caching = address64.info.mem.caching) &&\n" + "> \t\t (info->write_protect = address64.info.mem.write_protect) &&\n" + "> -\t\t (info->start_addr + info->length = address64.minimum)) {\n" "> -\t\t\tinfo->length += address64.address_length;\n" - "> +\t\t (info->start_addr + info->length == address64.address.minimum)) {\n" + "> +\t\t (info->start_addr + info->length = address64.address.minimum)) {\n" "> +\t\t\tinfo->length += address64.address.address_length;\n" "> \t\t\treturn AE_OK;\n" "> \t\t}\n" @@ -67,4 +67,4 @@ "\n" David -c06fbbc8fe2e4e29512fa196c6290a945e0514ec4a690a7367badd5d7820c8a9 +da169831d6d358f72e51ed12811d5565a76997cecd16b309e185e9cc9ac79449
diff --git a/a/content_digest b/N2/content_digest index c2e0a26..616f26d 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -14,7 +14,7 @@ Fenghua Yu <fenghua.yu@intel.com> Ingo Molnar <mingo@redhat.com> H. Peter Anvin <hpa@zytor.com> - x86@kernel.org + <x86@kernel.org> Len Brown <lenb@kernel.org> Robert Moore <robert.moore@intel.com> Clemens Ladisch <clemens@ladisch.de> @@ -25,13 +25,13 @@ Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> Boris Ostrovsky <boris.ostrovsky@oracle.com> " David Vrabel <david.vrabel@citrix.com>\0" - "Cc\0linux-ia64@vger.kernel.org" - linux-pci@vger.kernel.org - linux-kernel@vger.kernel.org - linux-acpi@vger.kernel.org - xen-devel@lists.xenproject.org - devel@linuxdriverproject.org - " devel@acpica.org\0" + "Cc\0<linux-ia64@vger.kernel.org>" + <linux-pci@vger.kernel.org> + <linux-kernel@vger.kernel.org> + <linux-acpi@vger.kernel.org> + <xen-devel@lists.xenproject.org> + <devel@linuxdriverproject.org> + " <devel@acpica.org>\0" "\00:1\0" "b\0" "On 05/02/15 05:44, Jiang Liu wrote:\n" @@ -67,4 +67,4 @@ "\n" David -c06fbbc8fe2e4e29512fa196c6290a945e0514ec4a690a7367badd5d7820c8a9 +740cb425185080f9496bd18a962191b65664fa36c786acd09a90b4d1a1792c10
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.