diff for duplicates of <566F3E49.2010506@users.sourceforge.net> diff --git a/a/1.txt b/N1/1.txt index 3c4882d..d935834 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -31,7 +31,7 @@ index b835ed6..ff1dae3 100644 if (prop_buf[0] != 0) - goto err; + goto report_failure; - if (naddr = 2 && prop_buf[1] != 0) + if (naddr == 2 && prop_buf[1] != 0) - goto err; + goto report_failure; diff --git a/a/content_digest b/N1/content_digest index 5bfc7de..c8a6690 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\0566ABCD9.1060404@users.sourceforge.net\0" "From\0SF Markus Elfring <elfring@users.sourceforge.net>\0" "Subject\0[POWERPC] bootwrapper: One check less in fsl_get_immr() after error detection\0" - "Date\0Mon, 14 Dec 2015 22:10:17 +0000\0" + "Date\0Mon, 14 Dec 2015 23:10:17 +0100\0" "To\0Benjamin Herrenschmidt <benh@kernel.crashing.org>" Michael Ellerman <mpe@ellerman.id.au> Paul Mackerras <paulus@samba.org> @@ -44,7 +44,7 @@ " \t\tif (prop_buf[0] != 0)\n" "-\t\t\tgoto err;\n" "+\t\t\tgoto report_failure;\n" - " \t\tif (naddr = 2 && prop_buf[1] != 0)\n" + " \t\tif (naddr == 2 && prop_buf[1] != 0)\n" "-\t\t\tgoto err;\n" "+\t\t\tgoto report_failure;\n" " \n" @@ -64,4 +64,4 @@ "-- \n" 2.6.3 -a575e7681fd4913317596a6088bd378e10fd94e4344f59d6de99e87155d4fd8b +faa6629903c19a203c704bc5c260849cff0f957b55260cad9de7fd4476e9d0ae
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.