diff for duplicates of <4F356477.7010809@freescale.com> diff --git a/a/1.txt b/N1/1.txt index 77db9ac..f0a00ac 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -84,7 +84,7 @@ Do not cast away that const. > - if (len > (4 * 4)) > + insts = epapr_hcall_insts; > + len = epapr_hcall_insts_len; -> + if (insts = NULL) +> + if (insts == NULL) > return -1; > > for (i = 0; i < (len / 4); i++) diff --git a/a/content_digest b/N1/content_digest index 1ed4a52..488e7ef 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,13 +1,13 @@ "ref\01328868141-17364-1-git-send-email-yu.liu@freescale.com\0" "From\0Scott Wood <scottwood@freescale.com>\0" "Subject\0Re: [PATCH v3 1/3] KVM: PPC: epapr: Factor out the epapr init\0" - "Date\0Fri, 10 Feb 2012 18:39:51 +0000\0" + "Date\0Fri, 10 Feb 2012 12:39:51 -0600\0" "To\0Liu Yu <yu.liu@freescale.com>\0" - "Cc\0agraf@suse.de" + "Cc\0linuxppc-dev@ozlabs.org" + B07421@freescale.com + agraf@suse.de kvm-ppc@vger.kernel.org - kvm@vger.kernel.org - linuxppc-dev@ozlabs.org - " B07421@freescale.com\0" + " kvm@vger.kernel.org\0" "\00:1\0" "b\0" "On 02/10/2012 04:02 AM, Liu Yu wrote:\n" @@ -96,7 +96,7 @@ "> -\tif (len > (4 * 4))\n" "> +\tinsts = epapr_hcall_insts;\n" "> +\tlen = epapr_hcall_insts_len;\n" - "> +\tif (insts = NULL)\n" + "> +\tif (insts == NULL)\n" "> \t\treturn -1;\n" "> \n" "> \tfor (i = 0; i < (len / 4); i++)\n" @@ -105,4 +105,4 @@ "\n" -Scott -f673d984fd89b0764fc2830f9e567e5e33ddfa424d6cbef75d2e93d184a69a4a +0b7a39220353229005604274a9975ad2ed3b81e187609f16927a0349f67315ad
diff --git a/a/1.txt b/N2/1.txt index 77db9ac..f0a00ac 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -84,7 +84,7 @@ Do not cast away that const. > - if (len > (4 * 4)) > + insts = epapr_hcall_insts; > + len = epapr_hcall_insts_len; -> + if (insts = NULL) +> + if (insts == NULL) > return -1; > > for (i = 0; i < (len / 4); i++) diff --git a/a/content_digest b/N2/content_digest index 1ed4a52..9062afb 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,13 +1,13 @@ "ref\01328868141-17364-1-git-send-email-yu.liu@freescale.com\0" "From\0Scott Wood <scottwood@freescale.com>\0" "Subject\0Re: [PATCH v3 1/3] KVM: PPC: epapr: Factor out the epapr init\0" - "Date\0Fri, 10 Feb 2012 18:39:51 +0000\0" + "Date\0Fri, 10 Feb 2012 12:39:51 -0600\0" "To\0Liu Yu <yu.liu@freescale.com>\0" - "Cc\0agraf@suse.de" - kvm-ppc@vger.kernel.org - kvm@vger.kernel.org - linuxppc-dev@ozlabs.org - " B07421@freescale.com\0" + "Cc\0<agraf@suse.de>" + <kvm-ppc@vger.kernel.org> + <kvm@vger.kernel.org> + <linuxppc-dev@ozlabs.org> + " <B07421@freescale.com>\0" "\00:1\0" "b\0" "On 02/10/2012 04:02 AM, Liu Yu wrote:\n" @@ -96,7 +96,7 @@ "> -\tif (len > (4 * 4))\n" "> +\tinsts = epapr_hcall_insts;\n" "> +\tlen = epapr_hcall_insts_len;\n" - "> +\tif (insts = NULL)\n" + "> +\tif (insts == NULL)\n" "> \t\treturn -1;\n" "> \n" "> \tfor (i = 0; i < (len / 4); i++)\n" @@ -105,4 +105,4 @@ "\n" -Scott -f673d984fd89b0764fc2830f9e567e5e33ddfa424d6cbef75d2e93d184a69a4a +86e6fa221f892a8a66425b7908af9e7cf00d46feb77aae39fca404b579f19ed5
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.