All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <10763687741938@kroah.com>

diff --git a/a/1.txt b/N1/1.txt
index 43473d2..4957383 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -67,7 +67,7 @@ diff -Nru a/drivers/i2c/busses/i2c-hydra.c b/drivers/i2c/busses/i2c-hydra.c
 +    Copyright (c) 1999-2004 Geert Uytterhoeven <geert@linux-m68k.org>
 +
 +    Based on i2c Support for Via Technologies 82C586B South Bridge
-+    Copyright (c) 1998, 1999 Ky?sti M?lkki <kmalkki@cc.hut.fi>
++    Copyright (c) 1998, 1999 Kyösti Mälkki <kmalkki@cc.hut.fi>
 +
 +    This program is free software; you can redistribute it and/or modify
 +    it under the terms of the GNU General Public License as published by
@@ -191,7 +191,7 @@ diff -Nru a/drivers/i2c/busses/i2c-hydra.c b/drivers/i2c/busses/i2c-hydra.c
 +		return -EBUSY;
 +
 +	hydra_bit_data.data = ioremap(base, pci_resource_len(dev, 0));
-+	if (hydra_bit_data.data = NULL) {
++	if (hydra_bit_data.data == NULL) {
 +		release_mem_region(base+offsetof(struct Hydra, CachePD), 4);
 +		return -ENODEV;
 +	}
diff --git a/a/content_digest b/N1/content_digest
index 8584564..4e85ee2 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\020040209231301.GA2393@kroah.com\0"
- "From\0greg@kroah.com (Greg KH)\0"
+ "From\0Greg KH <greg@kroah.com>\0"
  "Subject\0[PATCH] i2c driver fixes for 2.6.3-rc1\0"
- "Date\0Thu, 19 May 2005 06:24:40 +0000\0"
+ "Date\0Mon, 9 Feb 2004 15:19:34 -0800\0"
  "To\0linux-kernel@vger.kernel.org"
  " sensors@stimpy.netroedge.com\0"
  "\00:1\0"
@@ -75,7 +75,7 @@
  "+    Copyright (c) 1999-2004 Geert Uytterhoeven <geert@linux-m68k.org>\n"
  "+\n"
  "+    Based on i2c Support for Via Technologies 82C586B South Bridge\n"
- "+    Copyright (c) 1998, 1999 Ky?sti M?lkki <kmalkki@cc.hut.fi>\n"
+ "+    Copyright (c) 1998, 1999 Ky\303\266sti M\303\244lkki <kmalkki@cc.hut.fi>\n"
  "+\n"
  "+    This program is free software; you can redistribute it and/or modify\n"
  "+    it under the terms of the GNU General Public License as published by\n"
@@ -199,7 +199,7 @@
  "+\t\treturn -EBUSY;\n"
  "+\n"
  "+\thydra_bit_data.data = ioremap(base, pci_resource_len(dev, 0));\n"
- "+\tif (hydra_bit_data.data = NULL) {\n"
+ "+\tif (hydra_bit_data.data == NULL) {\n"
  "+\t\trelease_mem_region(base+offsetof(struct Hydra, CachePD), 4);\n"
  "+\t\treturn -ENODEV;\n"
  "+\t}\n"
@@ -253,4 +253,4 @@
  "+module_exit(i2c_hydra_exit);\n"
  +
 
-fce16d28116d326375965166af6dd8c2a4383290fe1ab7a8576eac43902521cf
+f44855c403de56fe96e492e7a16698a71c758eb0ed26d00503d5b25bd42471ea

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.