diff for duplicates of <xa1tegyujvxv.fsf@mina86.com> diff --git a/a/1.txt b/N1/1.txt index 9ebbe6c..8781373 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,16 +1,20 @@ On Thu, Jun 12 2014, Michal Nazarewicz <mina86@mina86.com> wrote: -> I used “function(arg1, arg2, …)” at the *beginning* of functions when +> I used =E2=80=9Cfunction(arg1, arg2, =E2=80=A6)=E2=80=9D at the *beginnin= +g* of functions when > the arguments passed to the function were included in the message. In -> all other cases I left it at just “function:” (or just no additional +> all other cases I left it at just =E2=80=9Cfunction:=E2=80=9D (or just no= + additional > prefix). IMO that's a reasonable strategy. At closer inspection, I realised drivers/base/dma-contiguous.c is Marek's code, but the above I think is still reasonable thing to do, so -I'd rather standardise on having “function(…)” only at the beginning of +I'd rather standardise on having =E2=80=9Cfunction(=E2=80=A6)=E2=80=9D only= + at the beginning of a function. Just my 0.02 CHF. --- +--=20 Best regards, _ _ -.o. | Liege of Serenely Enlightened Majesty of o' \,=./ `o -..o | Computer Science, Michał “mina86” Nazarewicz (o o) +.o. | Liege of Serenely Enlightened Majesty of o' \,=3D./ `o +..o | Computer Science, Micha=C5=82 =E2=80=9Cmina86=E2=80=9D Nazarewicz = + (o o) ooo +--<mpn@google.com>--<xmpp:mina86@jabber.org>--ooO--(_)--Ooo-- diff --git a/a/content_digest b/N1/content_digest index dbc1148..a09af1d 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -5,42 +5,45 @@ "ref\0xa1toaxyjym3.fsf@mina86.com\0" "From\0Michal Nazarewicz <mina86@mina86.com>\0" "Subject\0Re: [PATCH v2 01/10] DMA, CMA: clean-up log message\0" - "Date\0Thu, 12 Jun 2014 09:53:16 +0000\0" + "Date\0Thu, 12 Jun 2014 11:53:16 +0200\0" "To\0Joonsoo Kim <iamjoonsoo.kim@lge.com>" " Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>\0" - "Cc\0Andrew Morton <akpm@linux-foundation.org>" - Marek Szyprowski <m.szyprowski@samsung.com> - Minchan Kim <minchan@kernel.org> - Russell King - ARM Linux <linux@arm.linux.org.uk> - Greg Kroah-Hartman <gregkh@linuxfoundation.org> - Paolo Bonzini <pbonzini@redhat.com> + "Cc\0Russell King - ARM Linux <linux@arm.linux.org.uk>" + kvm@vger.kernel.org + linux-mm@kvack.org Gleb Natapov <gleb@kernel.org> + Greg Kroah-Hartman <gregkh@linuxfoundation.org> Alexander Graf <agraf@suse.de> - Benjamin Herrenschmidt <benh@kernel.crashing.org> - Paul Mackerras <paulus@samba.org> - linux-mm@kvack.org + kvm-ppc@vger.kernel.org linux-kernel@vger.kernel.org + Minchan Kim <minchan@kernel.org> + Paul Mackerras <paulus@samba.org> + Paolo Bonzini <pbonzini@redhat.com> + Andrew Morton <akpm@linux-foundation.org> + linuxppc-dev@lists.ozlabs.org linux-arm-kernel@lists.infradead.org - kvm@vger.kernel.org - kvm-ppc@vger.kernel.org - " linuxppc-dev@lists.ozlabs.org\0" + " Marek Szyprowski <m.szyprowski@samsung.com>\0" "\00:1\0" "b\0" "On Thu, Jun 12 2014, Michal Nazarewicz <mina86@mina86.com> wrote:\n" - "> I used \342\200\234function(arg1, arg2, \342\200\246)\342\200\235 at the *beginning* of functions when\n" + "> I used =E2=80=9Cfunction(arg1, arg2, =E2=80=A6)=E2=80=9D at the *beginnin=\n" + "g* of functions when\n" "> the arguments passed to the function were included in the message. In\n" - "> all other cases I left it at just \342\200\234function:\342\200\235 (or just no additional\n" + "> all other cases I left it at just =E2=80=9Cfunction:=E2=80=9D (or just no=\n" + " additional\n" "> prefix). IMO that's a reasonable strategy.\n" "\n" "At closer inspection, I realised drivers/base/dma-contiguous.c is\n" "Marek's code, but the above I think is still reasonable thing to do, so\n" - "I'd rather standardise on having \342\200\234function(\342\200\246)\342\200\235 only at the beginning of\n" + "I'd rather standardise on having =E2=80=9Cfunction(=E2=80=A6)=E2=80=9D only=\n" + " at the beginning of\n" "a function. Just my 0.02 CHF.\n" "\n" - "-- \n" + "--=20\n" "Best regards, _ _\n" - ".o. | Liege of Serenely Enlightened Majesty of o' \\,=./ `o\n" - "..o | Computer Science, Micha\305\202 \342\200\234mina86\342\200\235 Nazarewicz (o o)\n" + ".o. | Liege of Serenely Enlightened Majesty of o' \\,=3D./ `o\n" + "..o | Computer Science, Micha=C5=82 =E2=80=9Cmina86=E2=80=9D Nazarewicz =\n" + " (o o)\n" ooo +--<mpn@google.com>--<xmpp:mina86@jabber.org>--ooO--(_)--Ooo-- -40d78464cd84fb70fe8f8647e66b581b8c9639c8b006d4353388108cf3ac76da +c08d1b5988d9997fda9da87678ec91009d633693bc3009948f03b87bddd3bf0f
diff --git a/a/1.txt b/N2/1.txt index 9ebbe6c..5a1c5e3 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,16 +1,16 @@ On Thu, Jun 12 2014, Michal Nazarewicz <mina86@mina86.com> wrote: -> I used “function(arg1, arg2, …)” at the *beginning* of functions when +> I used ?function(arg1, arg2, ?)? at the *beginning* of functions when > the arguments passed to the function were included in the message. In -> all other cases I left it at just “function:” (or just no additional +> all other cases I left it at just ?function:? (or just no additional > prefix). IMO that's a reasonable strategy. At closer inspection, I realised drivers/base/dma-contiguous.c is Marek's code, but the above I think is still reasonable thing to do, so -I'd rather standardise on having “function(…)” only at the beginning of +I'd rather standardise on having ?function(?)? only at the beginning of a function. Just my 0.02 CHF. -- Best regards, _ _ .o. | Liege of Serenely Enlightened Majesty of o' \,=./ `o -..o | Computer Science, Michał “mina86” Nazarewicz (o o) +..o | Computer Science, Micha? ?mina86? Nazarewicz (o o) ooo +--<mpn@google.com>--<xmpp:mina86@jabber.org>--ooO--(_)--Ooo-- diff --git a/a/content_digest b/N2/content_digest index dbc1148..e464dd1 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -3,44 +3,27 @@ "ref\087y4x2pwnk.fsf@linux.vnet.ibm.com\0" "ref\020140612055358.GA30128@js1304-P5Q-DELUXE\0" "ref\0xa1toaxyjym3.fsf@mina86.com\0" - "From\0Michal Nazarewicz <mina86@mina86.com>\0" - "Subject\0Re: [PATCH v2 01/10] DMA, CMA: clean-up log message\0" - "Date\0Thu, 12 Jun 2014 09:53:16 +0000\0" - "To\0Joonsoo Kim <iamjoonsoo.kim@lge.com>" - " Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>\0" - "Cc\0Andrew Morton <akpm@linux-foundation.org>" - Marek Szyprowski <m.szyprowski@samsung.com> - Minchan Kim <minchan@kernel.org> - Russell King - ARM Linux <linux@arm.linux.org.uk> - Greg Kroah-Hartman <gregkh@linuxfoundation.org> - Paolo Bonzini <pbonzini@redhat.com> - Gleb Natapov <gleb@kernel.org> - Alexander Graf <agraf@suse.de> - Benjamin Herrenschmidt <benh@kernel.crashing.org> - Paul Mackerras <paulus@samba.org> - linux-mm@kvack.org - linux-kernel@vger.kernel.org - linux-arm-kernel@lists.infradead.org - kvm@vger.kernel.org - kvm-ppc@vger.kernel.org - " linuxppc-dev@lists.ozlabs.org\0" + "From\0mina86@mina86.com (Michal Nazarewicz)\0" + "Subject\0[PATCH v2 01/10] DMA, CMA: clean-up log message\0" + "Date\0Thu, 12 Jun 2014 11:53:16 +0200\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On Thu, Jun 12 2014, Michal Nazarewicz <mina86@mina86.com> wrote:\n" - "> I used \342\200\234function(arg1, arg2, \342\200\246)\342\200\235 at the *beginning* of functions when\n" + "> I used ?function(arg1, arg2, ?)? at the *beginning* of functions when\n" "> the arguments passed to the function were included in the message. In\n" - "> all other cases I left it at just \342\200\234function:\342\200\235 (or just no additional\n" + "> all other cases I left it at just ?function:? (or just no additional\n" "> prefix). IMO that's a reasonable strategy.\n" "\n" "At closer inspection, I realised drivers/base/dma-contiguous.c is\n" "Marek's code, but the above I think is still reasonable thing to do, so\n" - "I'd rather standardise on having \342\200\234function(\342\200\246)\342\200\235 only at the beginning of\n" + "I'd rather standardise on having ?function(?)? only at the beginning of\n" "a function. Just my 0.02 CHF.\n" "\n" "-- \n" "Best regards, _ _\n" ".o. | Liege of Serenely Enlightened Majesty of o' \\,=./ `o\n" - "..o | Computer Science, Micha\305\202 \342\200\234mina86\342\200\235 Nazarewicz (o o)\n" + "..o | Computer Science, Micha? ?mina86? Nazarewicz (o o)\n" ooo +--<mpn@google.com>--<xmpp:mina86@jabber.org>--ooO--(_)--Ooo-- -40d78464cd84fb70fe8f8647e66b581b8c9639c8b006d4353388108cf3ac76da +410214b56a375685313dc5c52406b8e35278af481ee16b1fef42a91cc607aecb
diff --git a/a/content_digest b/N3/content_digest index dbc1148..2cb33c9 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -5,7 +5,7 @@ "ref\0xa1toaxyjym3.fsf@mina86.com\0" "From\0Michal Nazarewicz <mina86@mina86.com>\0" "Subject\0Re: [PATCH v2 01/10] DMA, CMA: clean-up log message\0" - "Date\0Thu, 12 Jun 2014 09:53:16 +0000\0" + "Date\0Thu, 12 Jun 2014 11:53:16 +0200\0" "To\0Joonsoo Kim <iamjoonsoo.kim@lge.com>" " Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>\0" "Cc\0Andrew Morton <akpm@linux-foundation.org>" @@ -43,4 +43,4 @@ "..o | Computer Science, Micha\305\202 \342\200\234mina86\342\200\235 Nazarewicz (o o)\n" ooo +--<mpn@google.com>--<xmpp:mina86@jabber.org>--ooO--(_)--Ooo-- -40d78464cd84fb70fe8f8647e66b581b8c9639c8b006d4353388108cf3ac76da +2d85cb8547c50e13a7e7511b8c1d992ddf6025d2b08d2105c5054f4eb17d27d5
diff --git a/a/1.txt b/N4/1.txt index 9ebbe6c..19a9103 100644 --- a/a/1.txt +++ b/N4/1.txt @@ -14,3 +14,9 @@ Best regards, _ _ .o. | Liege of Serenely Enlightened Majesty of o' \,=./ `o ..o | Computer Science, Michał “mina86” Nazarewicz (o o) ooo +--<mpn@google.com>--<xmpp:mina86@jabber.org>--ooO--(_)--Ooo-- + +-- +To unsubscribe, send a message with 'unsubscribe linux-mm' in +the body to majordomo@kvack.org. For more info on Linux MM, +see: http://www.linux-mm.org/ . +Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a> diff --git a/a/content_digest b/N4/content_digest index dbc1148..7bcf0e8 100644 --- a/a/content_digest +++ b/N4/content_digest @@ -5,7 +5,7 @@ "ref\0xa1toaxyjym3.fsf@mina86.com\0" "From\0Michal Nazarewicz <mina86@mina86.com>\0" "Subject\0Re: [PATCH v2 01/10] DMA, CMA: clean-up log message\0" - "Date\0Thu, 12 Jun 2014 09:53:16 +0000\0" + "Date\0Thu, 12 Jun 2014 11:53:16 +0200\0" "To\0Joonsoo Kim <iamjoonsoo.kim@lge.com>" " Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>\0" "Cc\0Andrew Morton <akpm@linux-foundation.org>" @@ -41,6 +41,12 @@ "Best regards, _ _\n" ".o. | Liege of Serenely Enlightened Majesty of o' \\,=./ `o\n" "..o | Computer Science, Micha\305\202 \342\200\234mina86\342\200\235 Nazarewicz (o o)\n" - ooo +--<mpn@google.com>--<xmpp:mina86@jabber.org>--ooO--(_)--Ooo-- + "ooo +--<mpn@google.com>--<xmpp:mina86@jabber.org>--ooO--(_)--Ooo--\n" + "\n" + "--\n" + "To unsubscribe, send a message with 'unsubscribe linux-mm' in\n" + "the body to majordomo@kvack.org. For more info on Linux MM,\n" + "see: http://www.linux-mm.org/ .\n" + "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>" -40d78464cd84fb70fe8f8647e66b581b8c9639c8b006d4353388108cf3ac76da +d8c76de511735a408dfbeee4b1e9f4349271698b6216c381dc7ac2c4c75e1046
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.