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

diff --git a/a/1.txt b/N1/1.txt
index b64c934..e6efe14 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -33,7 +33,7 @@ diff -Nru a/drivers/i2c/i2c-dev.c b/drivers/i2c/i2c-dev.c
  				data_arg.size);
  			return -EINVAL;
 @@ -319,7 +319,7 @@
- 		   so the check is valid if size=I2C_SMBUS_QUICK too. */
+ 		   so the check is valid if size==I2C_SMBUS_QUICK too. */
  		if ((data_arg.read_write != I2C_SMBUS_READ) && 
  		    (data_arg.read_write != I2C_SMBUS_WRITE)) {
 -			dev_dbg(&client->dev, 
@@ -44,7 +44,7 @@ diff -Nru a/drivers/i2c/i2c-dev.c b/drivers/i2c/i2c-dev.c
 @@ -338,7 +338,7 @@
  					      data_arg.size, NULL);
  
- 		if (data_arg.data = NULL) {
+ 		if (data_arg.data == NULL) {
 -			dev_dbg(&client->dev,
 +			dev_dbg(&client->adapter->dev,
  				"data is NULL pointer in ioctl I2C_SMBUS.\n");
diff --git a/a/content_digest b/N1/content_digest
index be6243f..bd31248 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,8 +1,7 @@
  "ref\010793913931516@kroah.com\0"
- "ref\010793913903814@kroah.com\0"
- "From\0greg@kroah.com (Greg KH)\0"
- "Subject\0[PATCH] i2c driver fixes for 2.6.4\0"
- "Date\0Thu, 19 May 2005 06:24:48 +0000\0"
+ "From\0Greg KH <greg@kroah.com>\0"
+ "Subject\0Re: [PATCH] i2c driver fixes for 2.6.4\0"
+ "Date\0Mon, 15 Mar 2004 14:56:33 -0800\0"
  "To\0linux-kernel@vger.kernel.org"
  " sensors@stimpy.netroedge.com\0"
  "\00:1\0"
@@ -42,7 +41,7 @@
  " \t\t\t\tdata_arg.size);\n"
  " \t\t\treturn -EINVAL;\n"
  "@@ -319,7 +319,7 @@\n"
- " \t\t   so the check is valid if size=I2C_SMBUS_QUICK too. */\n"
+ " \t\t   so the check is valid if size==I2C_SMBUS_QUICK too. */\n"
  " \t\tif ((data_arg.read_write != I2C_SMBUS_READ) && \n"
  " \t\t    (data_arg.read_write != I2C_SMBUS_WRITE)) {\n"
  "-\t\t\tdev_dbg(&client->dev, \n"
@@ -53,11 +52,11 @@
  "@@ -338,7 +338,7 @@\n"
  " \t\t\t\t\t      data_arg.size, NULL);\n"
  " \n"
- " \t\tif (data_arg.data = NULL) {\n"
+ " \t\tif (data_arg.data == NULL) {\n"
  "-\t\t\tdev_dbg(&client->dev,\n"
  "+\t\t\tdev_dbg(&client->adapter->dev,\n"
  " \t\t\t\t\"data is NULL pointer in ioctl I2C_SMBUS.\\n\");\n"
  " \t\t\treturn -EINVAL;\n"
  " \t\t}"
 
-7a642d4feee795ed7bf474c3e3d5c07eb9f20e5ffbc64136e64cfa46f2bdd75e
+a693e75f80e542432957e6da9d86bf81943b04f80c428ed11b7cce6a857b1bcb

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.