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

diff --git a/a/1.txt b/N1/1.txt
index 6830b63..c71b989 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -110,7 +110,7 @@ diff -Nru a/drivers/i2c/chips/it87.c b/drivers/i2c/chips/it87.c
 @@ -667,10 +672,10 @@
  		}
  		else {
- 			if (kind = 0)
+ 			if (kind == 0)
 -				printk
 -				    ("it87.o: Ignoring 'force' parameter for unknown chip at "
 -				     "adapter %d, address 0x%02x\n",
@@ -155,7 +155,7 @@ diff -Nru a/drivers/i2c/chips/lm78.c b/drivers/i2c/chips/lm78.c
 @@ -615,7 +620,7 @@
  			kind = lm79;
  		else {
- 			if (kind = 0)
+ 			if (kind == 0)
 -				printk(KERN_WARNING "lm78.o: Ignoring 'force' "
 +				dev_warn(&adapter->dev, "Ignoring 'force' "
  					"parameter for unknown chip at "
@@ -244,7 +244,7 @@ diff -Nru a/drivers/i2c/chips/w83781d.c b/drivers/i2c/chips/w83781d.c
 +		pr_debug("Starting device update\n");
  
  		for (i = 0; i <= 8; i++) {
- 			if ((data->type = w83783s || data->type = w83697hf)
+ 			if ((data->type == w83783s || data->type == w83697hf)
 diff -Nru a/drivers/i2c/chips/w83l785ts.c b/drivers/i2c/chips/w83l785ts.c
 --- a/drivers/i2c/chips/w83l785ts.c	Mon Jan 19 15:27:56 2004
 +++ b/drivers/i2c/chips/w83l785ts.c	Mon Jan 19 15:27:56 2004
diff --git a/a/content_digest b/N1/content_digest
index c5df7cc..3f57313 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,8 +1,7 @@
  "ref\010745567673681@kroah.com\0"
- "ref\01074556757661@kroah.com\0"
- "From\0greg@kroah.com (Greg KH)\0"
- "Subject\0[PATCH] i2c driver fixes for 2.6.1\0"
- "Date\0Thu, 19 May 2005 06:24:36 +0000\0"
+ "From\0Greg KH <greg@kroah.com>\0"
+ "Subject\0Re: [PATCH] i2c driver fixes for 2.6.1\0"
+ "Date\0Mon, 19 Jan 2004 15:59:27 -0800\0"
  "To\0linux-kernel@vger.kernel.org"
  " sensors@stimpy.netroedge.com\0"
  "\00:1\0"
@@ -119,7 +118,7 @@
  "@@ -667,10 +672,10 @@\n"
  " \t\t}\n"
  " \t\telse {\n"
- " \t\t\tif (kind = 0)\n"
+ " \t\t\tif (kind == 0)\n"
  "-\t\t\t\tprintk\n"
  "-\t\t\t\t    (\"it87.o: Ignoring 'force' parameter for unknown chip at \"\n"
  "-\t\t\t\t     \"adapter %d, address 0x%02x\\n\",\n"
@@ -164,7 +163,7 @@
  "@@ -615,7 +620,7 @@\n"
  " \t\t\tkind = lm79;\n"
  " \t\telse {\n"
- " \t\t\tif (kind = 0)\n"
+ " \t\t\tif (kind == 0)\n"
  "-\t\t\t\tprintk(KERN_WARNING \"lm78.o: Ignoring 'force' \"\n"
  "+\t\t\t\tdev_warn(&adapter->dev, \"Ignoring 'force' \"\n"
  " \t\t\t\t\t\"parameter for unknown chip at \"\n"
@@ -253,7 +252,7 @@
  "+\t\tpr_debug(\"Starting device update\\n\");\n"
  " \n"
  " \t\tfor (i = 0; i <= 8; i++) {\n"
- " \t\t\tif ((data->type = w83783s || data->type = w83697hf)\n"
+ " \t\t\tif ((data->type == w83783s || data->type == w83697hf)\n"
  "diff -Nru a/drivers/i2c/chips/w83l785ts.c b/drivers/i2c/chips/w83l785ts.c\n"
  "--- a/drivers/i2c/chips/w83l785ts.c\tMon Jan 19 15:27:56 2004\n"
  "+++ b/drivers/i2c/chips/w83l785ts.c\tMon Jan 19 15:27:56 2004\n"
@@ -270,4 +269,4 @@
  " #include <linux/init.h>\n"
   #include <linux/slab.h>
 
-42401882c818c3e951e0f1ae44104afc0cd876331cf6952a8e43e2620b18b2ff
+703191304f925454fb0fc7c2633860ff76a23a3746ac5610cd9acbcfcd3711ad

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.