diff for duplicates of <1259208468.16367.234.camel@pasglop> diff --git a/a/1.txt b/N1/1.txt index 562389c..829e94c 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -74,7 +74,7 @@ Ben. > - if (!parent) > - goto out_unlock; > - -> - if (allnodes == np) +> - if (allnodes = np) > - allnodes = np->allnext; > - else { > - struct device_node *prev; @@ -85,7 +85,7 @@ Ben. > - prev->allnext = np->allnext; > - } > - -> - if (parent->child == np) +> - if (parent->child = np) > - parent->child = np->sibling; > - else { > - struct device_node *prevsib; @@ -159,7 +159,7 @@ Ben. > - if (!parent) > - goto out_unlock; > - -> - if (allnodes == np) +> - if (allnodes = np) > - allnodes = np->allnext; > - else { > - struct device_node *prev; @@ -170,7 +170,7 @@ Ben. > - prev->allnext = np->allnext; > - } > - -> - if (parent->child == np) +> - if (parent->child = np) > - parent->child = np->sibling; > - else { > - struct device_node *prevsib; @@ -230,7 +230,7 @@ Ben. > + if (!parent) > + goto out_unlock; > + -> + if (allnodes == np) +> + if (allnodes = np) > + allnodes = np->allnext; > + else { > + struct device_node *prev; @@ -241,7 +241,7 @@ Ben. > + prev->allnext = np->allnext; > + } > + -> + if (parent->child == np) +> + if (parent->child = np) > + parent->child = np->sibling; > + else { > + struct device_node *prevsib; diff --git a/a/content_digest b/N1/content_digest index 303a505..9221891 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,15 +2,15 @@ "ref\020091124081931.6216.27102.stgit@angua\0" "From\0Benjamin Herrenschmidt <benh@kernel.crashing.org>\0" "Subject\0Re: [PATCH 09/11] of: merge of_attach_node() & of_detach_node()\0" - "Date\0Thu, 26 Nov 2009 15:07:48 +1100\0" + "Date\0Thu, 26 Nov 2009 04:07:48 +0000\0" "To\0Grant Likely <grant.likely@secretlab.ca>\0" - "Cc\0sfr@canb.auug.org.au" - monstr@monstr.eu - microblaze-uclinux@itee.uq.edu.au + "Cc\0linuxppc-dev@lists.ozlabs.org" devicetree-discuss@lists.ozlabs.org sparclinux@vger.kernel.org - linuxppc-dev@lists.ozlabs.org - " davem@davemloft.net\0" + microblaze-uclinux@itee.uq.edu.au + sfr@canb.auug.org.au + davem@davemloft.net + " monstr@monstr.eu\0" "\00:1\0" "b\0" "On Tue, 2009-11-24 at 01:19 -0700, Grant Likely wrote:\n" @@ -89,7 +89,7 @@ "> -\tif (!parent)\n" "> -\t\tgoto out_unlock;\n" "> -\n" - "> -\tif (allnodes == np)\n" + "> -\tif (allnodes = np)\n" "> -\t\tallnodes = np->allnext;\n" "> -\telse {\n" "> -\t\tstruct device_node *prev;\n" @@ -100,7 +100,7 @@ "> -\t\tprev->allnext = np->allnext;\n" "> -\t}\n" "> -\n" - "> -\tif (parent->child == np)\n" + "> -\tif (parent->child = np)\n" "> -\t\tparent->child = np->sibling;\n" "> -\telse {\n" "> -\t\tstruct device_node *prevsib;\n" @@ -174,7 +174,7 @@ "> -\tif (!parent)\n" "> -\t\tgoto out_unlock;\n" "> -\n" - "> -\tif (allnodes == np)\n" + "> -\tif (allnodes = np)\n" "> -\t\tallnodes = np->allnext;\n" "> -\telse {\n" "> -\t\tstruct device_node *prev;\n" @@ -185,7 +185,7 @@ "> -\t\tprev->allnext = np->allnext;\n" "> -\t}\n" "> -\n" - "> -\tif (parent->child == np)\n" + "> -\tif (parent->child = np)\n" "> -\t\tparent->child = np->sibling;\n" "> -\telse {\n" "> -\t\tstruct device_node *prevsib;\n" @@ -245,7 +245,7 @@ "> +\tif (!parent)\n" "> +\t\tgoto out_unlock;\n" "> +\n" - "> +\tif (allnodes == np)\n" + "> +\tif (allnodes = np)\n" "> +\t\tallnodes = np->allnext;\n" "> +\telse {\n" "> +\t\tstruct device_node *prev;\n" @@ -256,7 +256,7 @@ "> +\t\tprev->allnext = np->allnext;\n" "> +\t}\n" "> +\n" - "> +\tif (parent->child == np)\n" + "> +\tif (parent->child = np)\n" "> +\t\tparent->child = np->sibling;\n" "> +\telse {\n" "> +\t\tstruct device_node *prevsib;\n" @@ -292,4 +292,4 @@ "> \tconst char *name);\n" "> #define for_each_node_by_name(dn, name) \\" -c4280a30b28dd0afb6cbd630b61d0e3ee9119d0c0288f4c69efb9dfbbc1e45fb +fef60379ac88826fb60fec9aa66e75f6eb18d14d6587df4f87d732afae45377e
diff --git a/a/content_digest b/N2/content_digest index 303a505..673fd8d 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -4,13 +4,13 @@ "Subject\0Re: [PATCH 09/11] of: merge of_attach_node() & of_detach_node()\0" "Date\0Thu, 26 Nov 2009 15:07:48 +1100\0" "To\0Grant Likely <grant.likely@secretlab.ca>\0" - "Cc\0sfr@canb.auug.org.au" - monstr@monstr.eu - microblaze-uclinux@itee.uq.edu.au + "Cc\0linuxppc-dev@lists.ozlabs.org" devicetree-discuss@lists.ozlabs.org sparclinux@vger.kernel.org - linuxppc-dev@lists.ozlabs.org - " davem@davemloft.net\0" + microblaze-uclinux@itee.uq.edu.au + sfr@canb.auug.org.au + davem@davemloft.net + " monstr@monstr.eu\0" "\00:1\0" "b\0" "On Tue, 2009-11-24 at 01:19 -0700, Grant Likely wrote:\n" @@ -292,4 +292,4 @@ "> \tconst char *name);\n" "> #define for_each_node_by_name(dn, name) \\" -c4280a30b28dd0afb6cbd630b61d0e3ee9119d0c0288f4c69efb9dfbbc1e45fb +63aa9435ba55ab82df411b91cda38e9d221725a3d90471286d96ce358cf3db4a
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.