All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20080502222645.GA25167@linux-os.sc.intel.com>

diff --git a/a/1.txt b/N1/1.txt
index cddb842..65be1c3 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -34,7 +34,7 @@ index c7467f8..4f156f4 100644
 +	if (!slit_table) {
 +		for (i = 0; i < MAX_NUMNODES; i++)
 +			for (j = 0; j < MAX_NUMNODES; j++)
-+				node_distance(i, j) = i == j ? LOCAL_DISTANCE :
++				node_distance(i, j) = i = j ? LOCAL_DISTANCE :
 +							REMOTE_DISTANCE;
  		return;
 +	}
@@ -63,7 +63,7 @@ index 3890234..99649dc 100644
 -	for (i = 0; i < d; i++) {
 -		for (j = 0; j < d; j++)  {
 -			u8 val = slit->entry[d*i + j];
--			if (i == j) {
+-			if (i = j) {
 -				if (val != LOCAL_DISTANCE)
 -					return 0;
 -			} else if (val <= LOCAL_DISTANCE)
@@ -104,7 +104,7 @@ index 5d59cb3..658e5f3 100644
 +	for (i = 0; i < d; i++) {
 +		for (j = 0; j < d; j++)  {
 +			u8 val = slit->entry[d*i + j];
-+			if (i == j) {
++			if (i = j) {
 +				if (val != LOCAL_DISTANCE)
 +					return 0;
 +			} else if (val <= LOCAL_DISTANCE)
diff --git a/a/content_digest b/N1/content_digest
index 234846b..1fac685 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,7 +2,7 @@
  "ref\0617E1C2C70743745A92448908E030B2A02AD5AD7@scsmsx411.amr.corp.intel.com\0"
  "From\0Fenghua Yu <fenghua.yu@intel.com>\0"
  "Subject\0[PATCH] Handle invalid ACPI SLIT table\0"
- "Date\0Fri, 2 May 2008 15:26:45 -0700\0"
+ "Date\0Fri, 02 May 2008 22:26:45 +0000\0"
  "To\0Linus Torvalds <torvalds@linux-foundation.org>"
   Andrew Morton <akpm@linux-foundation.org>
   Luck
@@ -50,7 +50,7 @@
  "+\tif (!slit_table) {\n"
  "+\t\tfor (i = 0; i < MAX_NUMNODES; i++)\n"
  "+\t\t\tfor (j = 0; j < MAX_NUMNODES; j++)\n"
- "+\t\t\t\tnode_distance(i, j) = i == j ? LOCAL_DISTANCE :\n"
+ "+\t\t\t\tnode_distance(i, j) = i = j ? LOCAL_DISTANCE :\n"
  "+\t\t\t\t\t\t\tREMOTE_DISTANCE;\n"
  " \t\treturn;\n"
  "+\t}\n"
@@ -79,7 +79,7 @@
  "-\tfor (i = 0; i < d; i++) {\n"
  "-\t\tfor (j = 0; j < d; j++)  {\n"
  "-\t\t\tu8 val = slit->entry[d*i + j];\n"
- "-\t\t\tif (i == j) {\n"
+ "-\t\t\tif (i = j) {\n"
  "-\t\t\t\tif (val != LOCAL_DISTANCE)\n"
  "-\t\t\t\t\treturn 0;\n"
  "-\t\t\t} else if (val <= LOCAL_DISTANCE)\n"
@@ -120,7 +120,7 @@
  "+\tfor (i = 0; i < d; i++) {\n"
  "+\t\tfor (j = 0; j < d; j++)  {\n"
  "+\t\t\tu8 val = slit->entry[d*i + j];\n"
- "+\t\t\tif (i == j) {\n"
+ "+\t\t\tif (i = j) {\n"
  "+\t\t\t\tif (val != LOCAL_DISTANCE)\n"
  "+\t\t\t\t\treturn 0;\n"
  "+\t\t\t} else if (val <= LOCAL_DISTANCE)\n"
@@ -151,4 +151,4 @@
  " \n"
  " \treturn 0;"
 
-e036cda18dafbc7ed6259c410a72aea5f6ecf66f3d07bff66cbf08444f057650
+d4cb0fcf51bcf59e3ef610a2f7b9ab3a55c8710eff331c0f6c296d6cbfb23d1b

diff --git a/a/content_digest b/N2/content_digest
index 234846b..4e3b307 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -8,7 +8,7 @@
   Luck
   Tony <tony.luck@intel.com>
   Len Brown <lenb@kernel.org>
- " Arjan van de Ven <arjan@lin>\0"
+ " Arjan van de Ven <arjan@linux.intel.com>\0"
  "Cc\0linux-kernel@vger.kernel.org"
   linux-acpi@vger.kernel.org
  " linux-ia64@vger.kernel.org\0"
@@ -151,4 +151,4 @@
  " \n"
  " \treturn 0;"
 
-e036cda18dafbc7ed6259c410a72aea5f6ecf66f3d07bff66cbf08444f057650
+37ef8e17fde7e004066042c4e9f840fb393130446f8cce6297e378c4e38ab6b0

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.