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

diff --git a/a/1.txt b/N1/1.txt
index c52633e..c7135f8 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -44,13 +44,13 @@ diff -Nru a/drivers/media/video/tuner.c b/drivers/media/video/tuner.c
 +		strlcpy(client->name, tuners[t->type].name, I2C_NAME_SIZE);
  	}
          i2c_attach_client(client);
-         if (t->type = TUNER_MT2032)
+         if (t->type == TUNER_MT2032)
 @@ -875,7 +875,7 @@
  		t->type = *iarg;
  		printk("tuner: type set to %d (%s)\n",
                          t->type,tuners[t->type].name);
 -		strlcpy(client->name, tuners[t->type].name, DEVICE_NAME_SIZE);
 +		strlcpy(client->name, tuners[t->type].name, I2C_NAME_SIZE);
- 		if (t->type = TUNER_MT2032)
+ 		if (t->type == TUNER_MT2032)
                          mt2032_init(client);
  		break;
diff --git a/a/content_digest b/N1/content_digest
index 11e1bfe..02354fa 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,8 +1,7 @@
  "ref\010642734172743@kroah.com\0"
- "ref\01064273416272@kroah.com\0"
- "From\0greg@kroah.com (Greg KH)\0"
- "Subject\0[PATCH] i2c driver fixes for 2.6.0-test5\0"
- "Date\0Thu, 19 May 2005 06:24:17 +0000\0"
+ "From\0Greg KH <greg@kroah.com>\0"
+ "Subject\0Re: [PATCH] i2c driver fixes for 2.6.0-test5\0"
+ "Date\0Mon, 22 Sep 2003 16:30:18 -0700\0"
  "To\0linux-kernel@vger.kernel.org"
  " sensors@stimpy.netroedge.com\0"
  "\00:1\0"
@@ -53,15 +52,15 @@
  "+\t\tstrlcpy(client->name, tuners[t->type].name, I2C_NAME_SIZE);\n"
  " \t}\n"
  "         i2c_attach_client(client);\n"
- "         if (t->type = TUNER_MT2032)\n"
+ "         if (t->type == TUNER_MT2032)\n"
  "@@ -875,7 +875,7 @@\n"
  " \t\tt->type = *iarg;\n"
  " \t\tprintk(\"tuner: type set to %d (%s)\\n\",\n"
  "                         t->type,tuners[t->type].name);\n"
  "-\t\tstrlcpy(client->name, tuners[t->type].name, DEVICE_NAME_SIZE);\n"
  "+\t\tstrlcpy(client->name, tuners[t->type].name, I2C_NAME_SIZE);\n"
- " \t\tif (t->type = TUNER_MT2032)\n"
+ " \t\tif (t->type == TUNER_MT2032)\n"
  "                         mt2032_init(client);\n"
  " \t\tbreak;"
 
-403c0c8bb2b06833dad778927cc7493266dbf12f943bc8fbbdaacbfa34369f00
+9041fd803f34467618026c25affdb3de948f17025d1a1f1e5b17566794ab0312

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.