diff for duplicates of <20190320221257.GI251185@google.com> diff --git a/a/1.txt b/N1/1.txt index a368e27..af06025 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -33,7 +33,7 @@ Let me know if you want me to. > + int j, fndit = 0; > > info = of_find_property(dn->parent, "ibm,drc-info", NULL); -> if (info = NULL) +> if (info == NULL) > @@ -254,7 +254,7 @@ static int rpaphp_check_drc_props_v2(struct device_node *dn, char *drc_name, > /* Found it */ > @@ -42,7 +42,7 @@ Let me know if you want me to. > + sprintf(cell_drc_name, "%s%d", drc.drc_name_prefix, > my_index); > -> if (((drc_name = NULL) || +> if (((drc_name == NULL) || > -- > 2.20.1 > diff --git a/a/content_digest b/N1/content_digest index 071de50..09ef418 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020190316214016.6612-1-colin.king@canonical.com\0" "From\0Bjorn Helgaas <helgaas@kernel.org>\0" "Subject\0Re: [PATCH] hotplug/drc-info: ininitialize fndit to zero\0" - "Date\0Wed, 20 Mar 2019 22:12:57 +0000\0" + "Date\0Wed, 20 Mar 2019 17:12:57 -0500\0" "To\0Colin King <colin.king@canonical.com>\0" "Cc\0Benjamin Herrenschmidt <benh@kernel.crashing.org>" Paul Mackerras <paulus@samba.org> @@ -49,7 +49,7 @@ "> +\tint j, fndit = 0;\n" "> \n" "> \tinfo = of_find_property(dn->parent, \"ibm,drc-info\", NULL);\n" - "> \tif (info = NULL)\n" + "> \tif (info == NULL)\n" "> @@ -254,7 +254,7 @@ static int rpaphp_check_drc_props_v2(struct device_node *dn, char *drc_name,\n" "> \t/* Found it */\n" "> \n" @@ -58,9 +58,9 @@ "> +\t\tsprintf(cell_drc_name, \"%s%d\", drc.drc_name_prefix,\n" "> \t\t\tmy_index);\n" "> \n" - "> \tif (((drc_name = NULL) ||\n" + "> \tif (((drc_name == NULL) ||\n" "> -- \n" "> 2.20.1\n" > -531085cc896eaa9824d587afd8cc8ea539862dab149cc961d115260bd8e13e13 +fbcae9ec711d00b558f9ddd7b3ca06f8b8a9f37836ddd01717432b7c5cdd68c4
diff --git a/a/1.txt b/N2/1.txt index a368e27..af06025 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -33,7 +33,7 @@ Let me know if you want me to. > + int j, fndit = 0; > > info = of_find_property(dn->parent, "ibm,drc-info", NULL); -> if (info = NULL) +> if (info == NULL) > @@ -254,7 +254,7 @@ static int rpaphp_check_drc_props_v2(struct device_node *dn, char *drc_name, > /* Found it */ > @@ -42,7 +42,7 @@ Let me know if you want me to. > + sprintf(cell_drc_name, "%s%d", drc.drc_name_prefix, > my_index); > -> if (((drc_name = NULL) || +> if (((drc_name == NULL) || > -- > 2.20.1 > diff --git a/a/content_digest b/N2/content_digest index 071de50..cacd609 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,17 +1,15 @@ "ref\020190316214016.6612-1-colin.king@canonical.com\0" "From\0Bjorn Helgaas <helgaas@kernel.org>\0" "Subject\0Re: [PATCH] hotplug/drc-info: ininitialize fndit to zero\0" - "Date\0Wed, 20 Mar 2019 22:12:57 +0000\0" + "Date\0Wed, 20 Mar 2019 17:12:57 -0500\0" "To\0Colin King <colin.king@canonical.com>\0" - "Cc\0Benjamin Herrenschmidt <benh@kernel.crashing.org>" - Paul Mackerras <paulus@samba.org> - Michael Ellerman <mpe@ellerman.id.au> - Tyrel Datwyler <tyreld@linux.vnet.ibm.com> - linuxppc-dev@lists.ozlabs.org - linux-pci@vger.kernel.org + "Cc\0linux-pci@vger.kernel.org" kernel-janitors@vger.kernel.org linux-kernel@vger.kernel.org - " Michael Bringmann <mwb@linux.vnet.ibm.com>\0" + Michael Bringmann <mwb@linux.vnet.ibm.com> + Paul Mackerras <paulus@samba.org> + Tyrel Datwyler <tyreld@linux.vnet.ibm.com> + " linuxppc-dev@lists.ozlabs.org\0" "\00:1\0" "b\0" "[+cc Michael B (original author)]\n" @@ -49,7 +47,7 @@ "> +\tint j, fndit = 0;\n" "> \n" "> \tinfo = of_find_property(dn->parent, \"ibm,drc-info\", NULL);\n" - "> \tif (info = NULL)\n" + "> \tif (info == NULL)\n" "> @@ -254,7 +254,7 @@ static int rpaphp_check_drc_props_v2(struct device_node *dn, char *drc_name,\n" "> \t/* Found it */\n" "> \n" @@ -58,9 +56,9 @@ "> +\t\tsprintf(cell_drc_name, \"%s%d\", drc.drc_name_prefix,\n" "> \t\t\tmy_index);\n" "> \n" - "> \tif (((drc_name = NULL) ||\n" + "> \tif (((drc_name == NULL) ||\n" "> -- \n" "> 2.20.1\n" > -531085cc896eaa9824d587afd8cc8ea539862dab149cc961d115260bd8e13e13 +2b072eb7d2f19768276de61ad86aaa7ff39188bf9fe6f9b731dd1e104450ea50
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.