diff for duplicates of <20100829235728.54acb704@debxo> diff --git a/a/1.txt b/N1/1.txt index ae51245..1fb62fb 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -53,13 +53,13 @@ index 1f830da..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; - } @@ -277,13 +277,13 @@ index 0000000..c3c2d70 + 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 46ca029..cff2e04 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,8 @@ "ref\020100628215407.2017bf2f@debian\0" "ref\020100829235100.6dcedcb8@debxo\0" "From\0Andres Salomon <dilinger@queued.net>\0" - "Subject\0[PATCH 3/9] sparc: break out some PROM device-tree building code\0" - "Date\0Mon, 30 Aug 2010 03:57:28 +0000\0" + "Subject\0[PATCH 3/9] sparc: break out some PROM device-tree building code out into drivers/of\0" + "Date\0Sun, 29 Aug 2010 23:57:28 -0400\0" "To\0devicetree-discuss@lists.ozlabs.org\0" "Cc\0sparclinux@vger.kernel.org" x86@kernel.org @@ -73,13 +73,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" @@ -297,13 +297,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" @@ -460,4 +460,4 @@ "-- \n" 1.5.6.5 -d5761dcbdc9f682c7092866f2cc44b01af0dd8d901eec947da141ee7344416db +fc0d50ec899afe9b3b4532e365e926307f679a0675bfb319a3b0b10c216fac5b
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.