diff for duplicates of <20190107184331.8429-2-clg@kaod.org> diff --git a/a/1.txt b/N1/1.txt index 7c614c1..9fa6aca 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -2,7 +2,7 @@ These flags are shared between Linux/KVM implementing the hypervisor calls for the XIVE native exploitation mode and the driver for the sPAPR guests. -Signed-off-by: Cédric Le Goater <clg@kaod.org> +Signed-off-by: Cédric Le Goater <clg@kaod.org> --- arch/powerpc/include/asm/xive.h | 23 +++++++++++++++++++++++ arch/powerpc/sysdev/xive/spapr.c | 28 ++++++++-------------------- @@ -128,7 +128,7 @@ index 575db3b06a6b..730284f838c8 100644 + rc = plpar_int_set_source_config(XIVE_SPAPR_SRC_SET_EISN, hw_irq, + target, prio, sw_irq); - return rc = 0 ? 0 : -ENXIO; + return rc == 0 ? 0 : -ENXIO; } @@ -432,7 +420,7 @@ static int xive_spapr_configure_queue(u32 target, struct xive_q *q, u8 prio, q->eoi_phys = esn_page; diff --git a/a/content_digest b/N1/content_digest index 5cbc118..b9dd655 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020190107184331.8429-1-clg@kaod.org\0" "From\0C\303\251dric Le Goater <clg@kaod.org>\0" "Subject\0[PATCH 01/19] powerpc/xive: export flags for the XIVE native exploitation mode hcalls\0" - "Date\0Mon, 07 Jan 2019 18:43:13 +0000\0" + "Date\0Mon, 7 Jan 2019 19:43:13 +0100\0" "To\0kvm-ppc@vger.kernel.org\0" "Cc\0kvm@vger.kernel.org" Paul Mackerras <paulus@samba.org> @@ -14,7 +14,7 @@ "calls for the XIVE native exploitation mode and the driver for the\n" "sPAPR guests.\n" "\n" - "Signed-off-by: C\303\203\302\251dric Le Goater <clg@kaod.org>\n" + "Signed-off-by: C\303\251dric Le Goater <clg@kaod.org>\n" "---\n" " arch/powerpc/include/asm/xive.h | 23 +++++++++++++++++++++++\n" " arch/powerpc/sysdev/xive/spapr.c | 28 ++++++++--------------------\n" @@ -140,7 +140,7 @@ "+\trc = plpar_int_set_source_config(XIVE_SPAPR_SRC_SET_EISN, hw_irq,\n" "+\t\t\t\t\t target, prio, sw_irq);\n" " \n" - " \treturn rc = 0 ? 0 : -ENXIO;\n" + " \treturn rc == 0 ? 0 : -ENXIO;\n" " }\n" "@@ -432,7 +420,7 @@ static int xive_spapr_configure_queue(u32 target, struct xive_q *q, u8 prio,\n" " \tq->eoi_phys = esn_page;\n" @@ -154,4 +154,4 @@ "-- \n" 2.20.1 -c30a6ed52467358f0a013ab90720984d0fb2f34cdbabf041fdfab2723465a818 +9269cd0ecd2f7dbd1ee482a642ad2f2f050de092401f1dc45251711b17a18394
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.