All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20100808231030.1d555250@dev.queued.net>

diff --git a/a/1.txt b/N1/1.txt
index 907838a..014e6d6 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -52,13 +52,13 @@ index 40123a6..7b454f6 100644
 -		p->value = prom_early_alloc(special_len);
 -		memcpy(p->value, special_val, special_len);
 -	} else {
--		if (prev = NULL) {
+-		if (prev == NULL) {
 -			name = prom_firstprop(node, p->name);
 -		} else {
 -			name = prom_nextprop(node, prev, p->name);
 -		}
 -
--		if (!name || strlen(name) = 0) {
+-		if (!name || strlen(name) == 0) {
 -			tmp = p;
 -			return NULL;
 -		}
@@ -276,13 +276,13 @@ index 0000000..61d9477
 +		p->value = prom_early_alloc(special_len);
 +		memcpy(p->value, special_val, special_len);
 +	} else {
-+		if (prev = NULL) {
++		if (prev == NULL) {
 +			name = prom_firstprop(node, p->name);
 +		} else {
 +			name = prom_nextprop(node, prev, p->name);
 +		}
 +
-+		if (!name || strlen(name) = 0) {
++		if (!name || strlen(name) == 0) {
 +			tmp = p;
 +			return NULL;
 +		}
diff --git a/a/content_digest b/N1/content_digest
index 0696ea3..a5f2906 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,6 +1,6 @@
  "From\0Andres Salomon <dilinger@queued.net>\0"
- "Subject\0[PATCH 1/3] sparc: break out some PROM device-tree building code\0"
- "Date\0Mon, 09 Aug 2010 03:10:30 +0000\0"
+ "Subject\0[PATCH 1/3] sparc: break out some PROM device-tree building code out into drivers/of\0"
+ "Date\0Sun, 8 Aug 2010 23:10:30 -0400\0"
  "To\0Grant Likely <grant.likely@secretlab.ca>\0"
  "Cc\0devicetree-discuss@lists.ozlabs.org"
   sparclinux@vger.kernel.org
@@ -62,13 +62,13 @@
  "-\t\tp->value = prom_early_alloc(special_len);\n"
  "-\t\tmemcpy(p->value, special_val, special_len);\n"
  "-\t} else {\n"
- "-\t\tif (prev = NULL) {\n"
+ "-\t\tif (prev == NULL) {\n"
  "-\t\t\tname = prom_firstprop(node, p->name);\n"
  "-\t\t} else {\n"
  "-\t\t\tname = prom_nextprop(node, prev, p->name);\n"
  "-\t\t}\n"
  "-\n"
- "-\t\tif (!name || strlen(name) = 0) {\n"
+ "-\t\tif (!name || strlen(name) == 0) {\n"
  "-\t\t\ttmp = p;\n"
  "-\t\t\treturn NULL;\n"
  "-\t\t}\n"
@@ -286,13 +286,13 @@
  "+\t\tp->value = prom_early_alloc(special_len);\n"
  "+\t\tmemcpy(p->value, special_val, special_len);\n"
  "+\t} else {\n"
- "+\t\tif (prev = NULL) {\n"
+ "+\t\tif (prev == NULL) {\n"
  "+\t\t\tname = prom_firstprop(node, p->name);\n"
  "+\t\t} else {\n"
  "+\t\t\tname = prom_nextprop(node, prev, p->name);\n"
  "+\t\t}\n"
  "+\n"
- "+\t\tif (!name || strlen(name) = 0) {\n"
+ "+\t\tif (!name || strlen(name) == 0) {\n"
  "+\t\t\ttmp = p;\n"
  "+\t\t\treturn NULL;\n"
  "+\t\t}\n"
@@ -451,4 +451,4 @@
  "-- \n"
  1.5.6.5
 
-1943d93c09f0b04389f51792599a1cdbcd6e31ac04f6ded142ad9741f785d876
+e680eef4ccae188203a051471efbf831c16dbaf22a25ea20eba07641d9881155

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.