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

diff --git a/a/1.txt b/N1/1.txt
index 08a1527..54374e8 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -49,7 +49,7 @@ diff -Nru a/drivers/i2c/algos/i2c-algo-pca.c b/drivers/i2c/algos/i2c-algo-pca.c
 -			} 
 +			}
  			curmsg++; numbytes = 0;
- 			if (curmsg = num)
+ 			if (curmsg == num)
  				pca_stop(adap);
 @@ -274,15 +276,15 @@
  		case 0x48: /* SLA+R has been transmitted; NOT ACK has been received */
@@ -69,7 +69,7 @@ diff -Nru a/drivers/i2c/algos/i2c-algo-pca.c b/drivers/i2c/algos/i2c-algo-pca.c
 +			goto out;
  			
  		case 0x58: /* Data byte has been received; NOT ACK has been returned */
- 			if ( numbytes = msg->len - 1 ) {
+ 			if ( numbytes == msg->len - 1 ) {
 @@ -297,21 +299,21 @@
  				     "Not final byte. numbytes %d. len %d\n",
  				     numbytes, msg->len);
diff --git a/a/content_digest b/N1/content_digest
index 57dc06b..0cb5b8e 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\011099685961559@kroah.com\0"
- "From\0greg@kroah.com (Greg KH)\0"
+ "From\0Greg KH <greg@kroah.com>\0"
  "Subject\0[PATCH] I2C: improve debugging output\0"
- "Date\0Thu, 19 May 2005 06:25:41 +0000\0"
+ "Date\0Fri, 4 Mar 2005 12:36:36 -0800\0"
  "To\0linux-kernel@vger.kernel.org"
  " sensors@stimpy.netroedge.com\0"
  "Cc\0icampbell@arcom.com\0"
@@ -58,7 +58,7 @@
  "-\t\t\t} \n"
  "+\t\t\t}\n"
  " \t\t\tcurmsg++; numbytes = 0;\n"
- " \t\t\tif (curmsg = num)\n"
+ " \t\t\tif (curmsg == num)\n"
  " \t\t\t\tpca_stop(adap);\n"
  "@@ -274,15 +276,15 @@\n"
  " \t\tcase 0x48: /* SLA+R has been transmitted; NOT ACK has been received */\n"
@@ -78,7 +78,7 @@
  "+\t\t\tgoto out;\n"
  " \t\t\t\n"
  " \t\tcase 0x58: /* Data byte has been received; NOT ACK has been returned */\n"
- " \t\t\tif ( numbytes = msg->len - 1 ) {\n"
+ " \t\t\tif ( numbytes == msg->len - 1 ) {\n"
  "@@ -297,21 +299,21 @@\n"
  " \t\t\t\t     \"Not final byte. numbytes %d. len %d\\n\",\n"
  " \t\t\t\t     numbytes, msg->len);\n"
@@ -123,4 +123,4 @@
  " \n"
   static u32 pca_func(struct i2c_adapter *adap)
 
-0e8e8c3ffd158bba8d6f2a116331017b2a822838f3d2f8f9eda607f323664df0
+ca198fa2e68ef69e28e4ade4a9aaa135386586deeb0e39a5e2b1f37c1a2cd5aa

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.