diff for duplicates of <42A83C12.6010605@jp.fujitsu.com> diff --git a/a/1.txt b/N1/1.txt index de3d104..7fdca10 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -27,7 +27,8 @@ Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com> 1 files changed, 45 insertions(+) Index: linux-2.6.11.11/arch/ia64/lib/iomap_check.c -=================================--- linux-2.6.11.11.orig/arch/ia64/lib/iomap_check.c +=================================================================== +--- linux-2.6.11.11.orig/arch/ia64/lib/iomap_check.c +++ linux-2.6.11.11/arch/ia64/lib/iomap_check.c @@ -17,6 +17,9 @@ DEFINE_SPINLOCK(iochk_lock); /* all work static struct pci_dev *search_host_bridge(struct pci_dev *dev); @@ -66,7 +67,7 @@ Index: linux-2.6.11.11/arch/ia64/lib/iomap_check.c + if (bridge) { + /* local notify, ex. Parity, Abort etc. */ + list_for_each_entry(cookie, &iochk_devices, list) { -+ if (cookie->host = bridge) ++ if (cookie->host == bridge) + cookie->error = 1; + } + } diff --git a/a/content_digest b/N1/content_digest index 0447727..3f8fc5c 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\042A8386F.2060100@jp.fujitsu.com\0" "From\0Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>\0" "Subject\0[PATCH 05/10] IOCHK interface for I/O error handling/detecting\0" - "Date\0Thu, 09 Jun 2005 12:54:42 +0000\0" + "Date\0Thu, 09 Jun 2005 21:54:42 +0900\0" "To\0Linux Kernel list <linux-kernel@vger.kernel.org>" " linux-ia64@vger.kernel.org\0" "Cc\0Linas Vepstas <linas@austin.ibm.com>" @@ -40,7 +40,8 @@ " 1 files changed, 45 insertions(+)\n" "\n" "Index: linux-2.6.11.11/arch/ia64/lib/iomap_check.c\n" - "=================================--- linux-2.6.11.11.orig/arch/ia64/lib/iomap_check.c\n" + "===================================================================\n" + "--- linux-2.6.11.11.orig/arch/ia64/lib/iomap_check.c\n" "+++ linux-2.6.11.11/arch/ia64/lib/iomap_check.c\n" "@@ -17,6 +17,9 @@ DEFINE_SPINLOCK(iochk_lock);\t/* all work\n" " static struct pci_dev *search_host_bridge(struct pci_dev *dev);\n" @@ -79,7 +80,7 @@ "+\tif (bridge) {\n" "+\t\t/* local notify, ex. Parity, Abort etc. */\n" "+\t\tlist_for_each_entry(cookie, &iochk_devices, list) {\n" - "+\t\t\tif (cookie->host = bridge)\n" + "+\t\t\tif (cookie->host == bridge)\n" "+\t\t\t\tcookie->error = 1;\n" "+\t\t}\n" "+\t}\n" @@ -108,4 +109,4 @@ " EXPORT_SYMBOL(iochk_read);\n" EXPORT_SYMBOL(iochk_clear); -e8091afb869ee504c9b6b949b8e410a27208a36519f88300e5cef388bd732ed5 +06db7a0fc0e5b89f884831d452fa03b72f9d4bd6d3852abff00bbc9f7f03395f
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.