diff for duplicates of <20131031130002.GA9862@google.com> diff --git a/a/1.txt b/N1/1.txt index b22606e..1871bc2 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -93,7 +93,7 @@ look inside "addr" at all. > root = &ioport_resource; > > offset = add_io_space(info, &addr); -> if (offset == ~0) +> if (offset = ~0) > return AE_OK; > > resource->start += offset; @@ -122,8 +122,8 @@ look inside "addr" at all. > add_io_space() > { > ... -> if (addr->info.io.translation == ACPI_TYPE_TRANSLATION && -> addr->info.io.translation_type == ACPI_SPARSE_TRANSLATION) +> if (addr->info.io.translation = ACPI_TYPE_TRANSLATION && +> addr->info.io.translation_type = ACPI_SPARSE_TRANSLATION) > sparse = 1; > ... > } @@ -137,7 +137,3 @@ look inside "addr" at all. > -- > Best regards > Tianyu Lan --- -To unsubscribe from this list: send the line "unsubscribe linux-acpi" in -the body of a message to majordomo@vger.kernel.org -More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index dafda4d..3487318 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -10,7 +10,7 @@ "ref\05271BFBB.8040307@intel.com\0" "From\0Bjorn Helgaas <bhelgaas@google.com>\0" "Subject\0Re: [Resend PATCH 5/5] IA64/PCI/ACPI: Rework PCI root bridge ACPI resource conversion\0" - "Date\0Thu, 31 Oct 2013 07:00:02 -0600\0" + "Date\0Thu, 31 Oct 2013 13:00:02 +0000\0" "To\0Lan Tianyu <tianyu.lan@intel.com>\0" "Cc\0Tony Luck <tony.luck@intel.com>" Len Brown <lenb@kernel.org> @@ -120,7 +120,7 @@ "> \t\troot = &ioport_resource;\n" "> \n" "> \t\toffset = add_io_space(info, &addr);\n" - "> \t\tif (offset == ~0)\n" + "> \t\tif (offset = ~0)\n" "> \t\t\treturn AE_OK;\n" "> \n" "> \t\tresource->start += offset;\n" @@ -149,8 +149,8 @@ "> add_io_space()\n" "> {\n" "> ...\n" - "> if (addr->info.io.translation == ACPI_TYPE_TRANSLATION &&\n" - "> addr->info.io.translation_type == ACPI_SPARSE_TRANSLATION)\n" + "> if (addr->info.io.translation = ACPI_TYPE_TRANSLATION &&\n" + "> addr->info.io.translation_type = ACPI_SPARSE_TRANSLATION)\n" "> \tsparse = 1;\n" "> ...\n" "> }\n" @@ -163,10 +163,6 @@ "> \n" "> -- \n" "> Best regards\n" - "> Tianyu Lan\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe linux-acpi\" in\n" - "the body of a message to majordomo@vger.kernel.org\n" - More majordomo info at http://vger.kernel.org/majordomo-info.html + > Tianyu Lan -449a69e9f311d18f559fad58438ba2ab00942928a666f486c0abfdf6b7a7c47a +351765e6793644f6f9a40ca5b8a9f6772af64693eaa86d1fecbf92e8c6187929
diff --git a/a/1.txt b/N2/1.txt index b22606e..77df292 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -137,7 +137,3 @@ look inside "addr" at all. > -- > Best regards > Tianyu Lan --- -To unsubscribe from this list: send the line "unsubscribe linux-acpi" in -the body of a message to majordomo@vger.kernel.org -More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N2/content_digest index dafda4d..ccb0db6 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -163,10 +163,6 @@ "> \n" "> -- \n" "> Best regards\n" - "> Tianyu Lan\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe linux-acpi\" in\n" - "the body of a message to majordomo@vger.kernel.org\n" - More majordomo info at http://vger.kernel.org/majordomo-info.html + > Tianyu Lan -449a69e9f311d18f559fad58438ba2ab00942928a666f486c0abfdf6b7a7c47a +aa3d1173d80a21dcf275b4f2da717941066837a349e4d293e70ba47854edbdc7
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.