diff for duplicates of <20171029231123.27281-6-shorne@gmail.com> diff --git a/a/1.txt b/N1/1.txt index 80d5e62..87b38ed 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -18,7 +18,7 @@ borrowed from the alpha IPI implementation. Cc: Marc Zyngier <marc.zyngier@arm.com> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi> -[shorne at gmail.com: converted ops to bitmask, wrote commit message] +[shorne@gmail.com: converted ops to bitmask, wrote commit message] Signed-off-by: Stafford Horne <shorne@gmail.com> --- @@ -68,7 +68,7 @@ index 000000000000..caec07cc7149 + +Example: + -+ompic: interrupt-controller at 98000000 { ++ompic: interrupt-controller@98000000 { + compatible = "openrisc,ompic"; + reg = <0x98000000 16>; + interrupt-controller; @@ -79,7 +79,7 @@ diff --git a/MAINTAINERS b/MAINTAINERS index 2281af4b41b6..4d0255ce6e5f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS -@@ -10009,6 +10009,7 @@ L: openrisc at lists.librecores.org +@@ -10009,6 +10009,7 @@ L: openrisc@lists.librecores.org W: http://openrisc.io S: Maintained F: arch/openrisc/ @@ -296,7 +296,7 @@ index 000000000000..cf6d0c455518 + } + + if (resource_size(&res) < (num_possible_cpus() * OMPIC_CPUBYTES)) { -+ pr_err("ompic: reg size, currently %d must be@least %d", ++ pr_err("ompic: reg size, currently %d must be at least %d", + resource_size(&res), + (num_possible_cpus() * OMPIC_CPUBYTES)); + return -EINVAL; diff --git a/a/content_digest b/N1/content_digest index b965f48..739e378 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,22 @@ "ref\020171029231123.27281-1-shorne@gmail.com\0" "From\0Stafford Horne <shorne@gmail.com>\0" - "Subject\0[OpenRISC] [PATCH v4 05/13] irqchip: add initial support for ompic\0" + "Subject\0[PATCH v4 05/13] irqchip: add initial support for ompic\0" "Date\0Mon, 30 Oct 2017 08:11:15 +0900\0" - "To\0openrisc@lists.librecores.org\0" + "To\0LKML <linux-kernel@vger.kernel.org>\0" + "Cc\0Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>" + Marc Zyngier <marc.zyngier@arm.com> + Stafford Horne <shorne@gmail.com> + Thomas Gleixner <tglx@linutronix.de> + Jason Cooper <jason@lakedaemon.net> + Rob Herring <robh+dt@kernel.org> + Mark Rutland <mark.rutland@arm.com> + Jonas Bonn <jonas@southpole.se> + David S. Miller <davem@davemloft.net> + Greg Kroah-Hartman <gregkh@linuxfoundation.org> + Mauro Carvalho Chehab <mchehab@kernel.org> + Randy Dunlap <rdunlap@infradead.org> + devicetree@vger.kernel.org + " openrisc@lists.librecores.org\0" "\00:1\0" "b\0" "From: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>\n" @@ -25,7 +39,7 @@ "Cc: Marc Zyngier <marc.zyngier@arm.com>\n" "Acked-by: Rob Herring <robh@kernel.org>\n" "Signed-off-by: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>\n" - "[shorne at gmail.com: converted ops to bitmask, wrote commit message]\n" + "[shorne@gmail.com: converted ops to bitmask, wrote commit message]\n" "Signed-off-by: Stafford Horne <shorne@gmail.com>\n" "---\n" "\n" @@ -75,7 +89,7 @@ "+\n" "+Example:\n" "+\n" - "+ompic: interrupt-controller at 98000000 {\n" + "+ompic: interrupt-controller@98000000 {\n" "+\tcompatible = \"openrisc,ompic\";\n" "+\treg = <0x98000000 16>;\n" "+\tinterrupt-controller;\n" @@ -86,7 +100,7 @@ "index 2281af4b41b6..4d0255ce6e5f 100644\n" "--- a/MAINTAINERS\n" "+++ b/MAINTAINERS\n" - "@@ -10009,6 +10009,7 @@ L:\topenrisc at lists.librecores.org\n" + "@@ -10009,6 +10009,7 @@ L:\topenrisc@lists.librecores.org\n" " W:\thttp://openrisc.io\n" " S:\tMaintained\n" " F:\tarch/openrisc/\n" @@ -303,7 +317,7 @@ "+\t}\n" "+\n" "+\tif (resource_size(&res) < (num_possible_cpus() * OMPIC_CPUBYTES)) {\n" - "+\t\tpr_err(\"ompic: reg size, currently %d must be@least %d\",\n" + "+\t\tpr_err(\"ompic: reg size, currently %d must be at least %d\",\n" "+\t\t\tresource_size(&res),\n" "+\t\t\t(num_possible_cpus() * OMPIC_CPUBYTES));\n" "+\t\treturn -EINVAL;\n" @@ -343,4 +357,4 @@ "-- \n" 2.13.6 -bb7678ee71ce5c558eccd7c372e3c93b2d7800e5224e9cfc5f8ea75b0fad235c +258ddd216003ded1d73c57677bf114ed21c8c2dfba2d6dbb4d9bfdb4c361d0b8
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.