diff for duplicates of <xa1tlht2jyka.fsf@mina86.com> diff --git a/a/1.txt b/N1/1.txt index 758c8b2..0b23f61 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -11,7 +11,7 @@ I don't particularly care what format of logs you choose, so: Acked-by: Michal Nazarewicz <mina86@mina86.com> -even though I'd go without empty “()”. +even though I'd go without empty =E2=80=9C()=E2=80=9D. > Signed-off-by: Joonsoo Kim <iamjoonsoo.kim@lge.com> > @@ -21,43 +21,45 @@ even though I'd go without empty “()”. > +++ b/drivers/base/dma-contiguous.c > @@ -144,7 +144,7 @@ void __init dma_contiguous_reserve(phys_addr_t limit) > } -> +>=20=20 > if (selected_size && !dma_contiguous_default_area) { > - pr_debug("%s: reserving %ld MiB for global area\n", __func__, > + pr_debug("%s(): reserving %ld MiB for global area\n", __func__, > (unsigned long)selected_size / SZ_1M); -> +>=20=20 > dma_contiguous_reserve_area(selected_size, selected_base, > @@ -163,8 +163,9 @@ static int __init cma_activate_area(struct cma *cma) -> unsigned i = cma->count >> pageblock_order; +> unsigned i =3D cma->count >> pageblock_order; > struct zone *zone; -> -> - cma->bitmap = kzalloc(bitmap_size, GFP_KERNEL); +>=20=20 +> - cma->bitmap =3D kzalloc(bitmap_size, GFP_KERNEL); > + pr_debug("%s()\n", __func__); -> -> + cma->bitmap = kzalloc(bitmap_size, GFP_KERNEL); +>=20=20 +> + cma->bitmap =3D kzalloc(bitmap_size, GFP_KERNEL); > if (!cma->bitmap) > return -ENOMEM; -> -> @@ -234,7 +235,8 @@ int __init dma_contiguous_reserve_area(phys_addr_t size, phys_addr_t base, -> +>=20=20 +> @@ -234,7 +235,8 @@ int __init dma_contiguous_reserve_area(phys_addr_t si= +ze, phys_addr_t base, +>=20=20 > /* Sanity checks */ -> if (cma_area_count = ARRAY_SIZE(cma_areas)) { +> if (cma_area_count =3D=3D ARRAY_SIZE(cma_areas)) { > - pr_err("Not enough slots for CMA reserved regions!\n"); > + pr_err("%s(): Not enough slots for CMA reserved regions!\n", > + __func__); > return -ENOSPC; > } -> -> @@ -274,14 +276,15 @@ int __init dma_contiguous_reserve_area(phys_addr_t size, phys_addr_t base, -> *res_cma = cma; +>=20=20 +> @@ -274,14 +276,15 @@ int __init dma_contiguous_reserve_area(phys_addr_t = +size, phys_addr_t base, +> *res_cma =3D cma; > cma_area_count++; -> +>=20=20 > - pr_info("CMA: reserved %ld MiB at %08lx\n", (unsigned long)size / SZ_1M, > - (unsigned long)base); > + pr_info("%s(): reserved %ld MiB at %08lx\n", > + __func__, (unsigned long)size / SZ_1M, (unsigned long)base); -> +>=20=20 > /* Architecture specific contiguous memory fixup. */ > dma_contiguous_early_fixup(base, size); > return 0; @@ -68,8 +70,9 @@ even though I'd go without empty “()”. > return ret; > } --- +--=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 bb4195b..29113eb 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,26 +2,25 @@ "ref\01402543307-29800-2-git-send-email-iamjoonsoo.kim@lge.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 08:56:37 +0000\0" + "Date\0Thu, 12 Jun 2014 10:56:37 +0200\0" "To\0Joonsoo Kim <iamjoonsoo.kim@lge.com>" Andrew Morton <akpm@linux-foundation.org> Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> " Marek Szyprowski <m.szyprowski@samsung.com>\0" - "Cc\0Minchan 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 - linux-kernel@vger.kernel.org - linux-arm-kernel@lists.infradead.org - kvm@vger.kernel.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> + Joonsoo Kim <iamjoonsoo.kim@lge.com> linuxppc-dev@lists.ozlabs.org - " Joonsoo Kim <iamjoonsoo.kim@lge.com>\0" + " linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On Thu, Jun 12 2014, Joonsoo Kim <iamjoonsoo.kim@lge.com> wrote:\n" @@ -37,7 +36,7 @@ "\n" "Acked-by: Michal Nazarewicz <mina86@mina86.com>\n" "\n" - "even though I'd go without empty \342\200\234()\342\200\235.\n" + "even though I'd go without empty =E2=80=9C()=E2=80=9D.\n" "\n" "> Signed-off-by: Joonsoo Kim <iamjoonsoo.kim@lge.com>\n" ">\n" @@ -47,43 +46,45 @@ "> +++ b/drivers/base/dma-contiguous.c\n" "> @@ -144,7 +144,7 @@ void __init dma_contiguous_reserve(phys_addr_t limit)\n" "> \t}\n" - "> \n" + ">=20=20\n" "> \tif (selected_size && !dma_contiguous_default_area) {\n" "> -\t\tpr_debug(\"%s: reserving %ld MiB for global area\\n\", __func__,\n" "> +\t\tpr_debug(\"%s(): reserving %ld MiB for global area\\n\", __func__,\n" "> \t\t\t (unsigned long)selected_size / SZ_1M);\n" - "> \n" + ">=20=20\n" "> \t\tdma_contiguous_reserve_area(selected_size, selected_base,\n" "> @@ -163,8 +163,9 @@ static int __init cma_activate_area(struct cma *cma)\n" - "> \tunsigned i = cma->count >> pageblock_order;\n" + "> \tunsigned i =3D cma->count >> pageblock_order;\n" "> \tstruct zone *zone;\n" - "> \n" - "> -\tcma->bitmap = kzalloc(bitmap_size, GFP_KERNEL);\n" + ">=20=20\n" + "> -\tcma->bitmap =3D kzalloc(bitmap_size, GFP_KERNEL);\n" "> +\tpr_debug(\"%s()\\n\", __func__);\n" - "> \n" - "> +\tcma->bitmap = kzalloc(bitmap_size, GFP_KERNEL);\n" + ">=20=20\n" + "> +\tcma->bitmap =3D kzalloc(bitmap_size, GFP_KERNEL);\n" "> \tif (!cma->bitmap)\n" "> \t\treturn -ENOMEM;\n" - "> \n" - "> @@ -234,7 +235,8 @@ int __init dma_contiguous_reserve_area(phys_addr_t size, phys_addr_t base,\n" - "> \n" + ">=20=20\n" + "> @@ -234,7 +235,8 @@ int __init dma_contiguous_reserve_area(phys_addr_t si=\n" + "ze, phys_addr_t base,\n" + ">=20=20\n" "> \t/* Sanity checks */\n" - "> \tif (cma_area_count = ARRAY_SIZE(cma_areas)) {\n" + "> \tif (cma_area_count =3D=3D ARRAY_SIZE(cma_areas)) {\n" "> -\t\tpr_err(\"Not enough slots for CMA reserved regions!\\n\");\n" "> +\t\tpr_err(\"%s(): Not enough slots for CMA reserved regions!\\n\",\n" "> +\t\t\t__func__);\n" "> \t\treturn -ENOSPC;\n" "> \t}\n" - "> \n" - "> @@ -274,14 +276,15 @@ int __init dma_contiguous_reserve_area(phys_addr_t size, phys_addr_t base,\n" - "> \t*res_cma = cma;\n" + ">=20=20\n" + "> @@ -274,14 +276,15 @@ int __init dma_contiguous_reserve_area(phys_addr_t =\n" + "size, phys_addr_t base,\n" + "> \t*res_cma =3D cma;\n" "> \tcma_area_count++;\n" - "> \n" + ">=20=20\n" "> -\tpr_info(\"CMA: reserved %ld MiB at %08lx\\n\", (unsigned long)size / SZ_1M,\n" "> -\t\t(unsigned long)base);\n" "> +\tpr_info(\"%s(): reserved %ld MiB at %08lx\\n\",\n" "> +\t\t__func__, (unsigned long)size / SZ_1M, (unsigned long)base);\n" - "> \n" + ">=20=20\n" "> \t/* Architecture specific contiguous memory fixup. */\n" "> \tdma_contiguous_early_fixup(base, size);\n" "> \treturn 0;\n" @@ -94,10 +95,11 @@ "> \treturn ret;\n" "> }\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-- -9aba1800f1fac4eb189bb0f8ec7c7ce6697f42ecaaebf2940d68faa6b6606551 +0bd913ba9400ffe32e62f04c6d51c55ca43991fe17477b43be063c6b6741684b
diff --git a/a/1.txt b/N2/1.txt index 758c8b2..cd05abb 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -11,7 +11,7 @@ I don't particularly care what format of logs you choose, so: Acked-by: Michal Nazarewicz <mina86@mina86.com> -even though I'd go without empty “()”. +even though I'd go without empty ?()?. > Signed-off-by: Joonsoo Kim <iamjoonsoo.kim@lge.com> > @@ -42,7 +42,7 @@ even though I'd go without empty “()”. > @@ -234,7 +235,8 @@ int __init dma_contiguous_reserve_area(phys_addr_t size, phys_addr_t base, > > /* Sanity checks */ -> if (cma_area_count = ARRAY_SIZE(cma_areas)) { +> if (cma_area_count == ARRAY_SIZE(cma_areas)) { > - pr_err("Not enough slots for CMA reserved regions!\n"); > + pr_err("%s(): Not enough slots for CMA reserved regions!\n", > + __func__); @@ -71,5 +71,5 @@ even though I'd go without empty “()”. -- 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 bb4195b..9fef55c 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,27 +1,9 @@ "ref\01402543307-29800-1-git-send-email-iamjoonsoo.kim@lge.com\0" "ref\01402543307-29800-2-git-send-email-iamjoonsoo.kim@lge.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 08:56:37 +0000\0" - "To\0Joonsoo Kim <iamjoonsoo.kim@lge.com>" - Andrew Morton <akpm@linux-foundation.org> - Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> - " Marek Szyprowski <m.szyprowski@samsung.com>\0" - "Cc\0Minchan 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 - " Joonsoo Kim <iamjoonsoo.kim@lge.com>\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 10:56:37 +0200\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On Thu, Jun 12 2014, Joonsoo Kim <iamjoonsoo.kim@lge.com> wrote:\n" @@ -37,7 +19,7 @@ "\n" "Acked-by: Michal Nazarewicz <mina86@mina86.com>\n" "\n" - "even though I'd go without empty \342\200\234()\342\200\235.\n" + "even though I'd go without empty ?()?.\n" "\n" "> Signed-off-by: Joonsoo Kim <iamjoonsoo.kim@lge.com>\n" ">\n" @@ -68,7 +50,7 @@ "> @@ -234,7 +235,8 @@ int __init dma_contiguous_reserve_area(phys_addr_t size, phys_addr_t base,\n" "> \n" "> \t/* Sanity checks */\n" - "> \tif (cma_area_count = ARRAY_SIZE(cma_areas)) {\n" + "> \tif (cma_area_count == ARRAY_SIZE(cma_areas)) {\n" "> -\t\tpr_err(\"Not enough slots for CMA reserved regions!\\n\");\n" "> +\t\tpr_err(\"%s(): Not enough slots for CMA reserved regions!\\n\",\n" "> +\t\t\t__func__);\n" @@ -97,7 +79,7 @@ "-- \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-- -9aba1800f1fac4eb189bb0f8ec7c7ce6697f42ecaaebf2940d68faa6b6606551 +05d23f12893a651aabd8dd209b09826de45c6a011be42cc03cfa6392a9319f3c
diff --git a/a/1.txt b/N3/1.txt index 758c8b2..dc32a5e 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -42,7 +42,7 @@ even though I'd go without empty “()”. > @@ -234,7 +235,8 @@ int __init dma_contiguous_reserve_area(phys_addr_t size, phys_addr_t base, > > /* Sanity checks */ -> if (cma_area_count = ARRAY_SIZE(cma_areas)) { +> if (cma_area_count == ARRAY_SIZE(cma_areas)) { > - pr_err("Not enough slots for CMA reserved regions!\n"); > + pr_err("%s(): Not enough slots for CMA reserved regions!\n", > + __func__); @@ -73,3 +73,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/N3/content_digest index bb4195b..aaa6f29 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -2,7 +2,7 @@ "ref\01402543307-29800-2-git-send-email-iamjoonsoo.kim@lge.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 08:56:37 +0000\0" + "Date\0Thu, 12 Jun 2014 10:56:37 +0200\0" "To\0Joonsoo Kim <iamjoonsoo.kim@lge.com>" Andrew Morton <akpm@linux-foundation.org> Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> @@ -68,7 +68,7 @@ "> @@ -234,7 +235,8 @@ int __init dma_contiguous_reserve_area(phys_addr_t size, phys_addr_t base,\n" "> \n" "> \t/* Sanity checks */\n" - "> \tif (cma_area_count = ARRAY_SIZE(cma_areas)) {\n" + "> \tif (cma_area_count == ARRAY_SIZE(cma_areas)) {\n" "> -\t\tpr_err(\"Not enough slots for CMA reserved regions!\\n\");\n" "> +\t\tpr_err(\"%s(): Not enough slots for CMA reserved regions!\\n\",\n" "> +\t\t\t__func__);\n" @@ -98,6 +98,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>" -9aba1800f1fac4eb189bb0f8ec7c7ce6697f42ecaaebf2940d68faa6b6606551 +1cf85d05cf283dbd8992331e3d249226426d8065a7694249be812c33b58575ad
diff --git a/a/1.txt b/N4/1.txt index 758c8b2..dc32a5e 100644 --- a/a/1.txt +++ b/N4/1.txt @@ -42,7 +42,7 @@ even though I'd go without empty “()”. > @@ -234,7 +235,8 @@ int __init dma_contiguous_reserve_area(phys_addr_t size, phys_addr_t base, > > /* Sanity checks */ -> if (cma_area_count = ARRAY_SIZE(cma_areas)) { +> if (cma_area_count == ARRAY_SIZE(cma_areas)) { > - pr_err("Not enough slots for CMA reserved regions!\n"); > + pr_err("%s(): Not enough slots for CMA reserved regions!\n", > + __func__); @@ -73,3 +73,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 bb4195b..736a1ff 100644 --- a/a/content_digest +++ b/N4/content_digest @@ -2,7 +2,7 @@ "ref\01402543307-29800-2-git-send-email-iamjoonsoo.kim@lge.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 08:56:37 +0000\0" + "Date\0Thu, 12 Jun 2014 10:56:37 +0200\0" "To\0Joonsoo Kim <iamjoonsoo.kim@lge.com>" Andrew Morton <akpm@linux-foundation.org> Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> @@ -20,8 +20,7 @@ linux-arm-kernel@lists.infradead.org kvm@vger.kernel.org kvm-ppc@vger.kernel.org - linuxppc-dev@lists.ozlabs.org - " Joonsoo Kim <iamjoonsoo.kim@lge.com>\0" + " linuxppc-dev@lists.ozlabs.org\0" "\00:1\0" "b\0" "On Thu, Jun 12 2014, Joonsoo Kim <iamjoonsoo.kim@lge.com> wrote:\n" @@ -68,7 +67,7 @@ "> @@ -234,7 +235,8 @@ int __init dma_contiguous_reserve_area(phys_addr_t size, phys_addr_t base,\n" "> \n" "> \t/* Sanity checks */\n" - "> \tif (cma_area_count = ARRAY_SIZE(cma_areas)) {\n" + "> \tif (cma_area_count == ARRAY_SIZE(cma_areas)) {\n" "> -\t\tpr_err(\"Not enough slots for CMA reserved regions!\\n\");\n" "> +\t\tpr_err(\"%s(): Not enough slots for CMA reserved regions!\\n\",\n" "> +\t\t\t__func__);\n" @@ -98,6 +97,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>" -9aba1800f1fac4eb189bb0f8ec7c7ce6697f42ecaaebf2940d68faa6b6606551 +84b08d36714bc1b382d1f59752263743781ccb4f6e732836b813467bc51ae893
diff --git a/a/1.txt b/N5/1.txt index 758c8b2..3ba01fa 100644 --- a/a/1.txt +++ b/N5/1.txt @@ -42,7 +42,7 @@ even though I'd go without empty “()”. > @@ -234,7 +235,8 @@ int __init dma_contiguous_reserve_area(phys_addr_t size, phys_addr_t base, > > /* Sanity checks */ -> if (cma_area_count = ARRAY_SIZE(cma_areas)) { +> if (cma_area_count == ARRAY_SIZE(cma_areas)) { > - pr_err("Not enough slots for CMA reserved regions!\n"); > + pr_err("%s(): Not enough slots for CMA reserved regions!\n", > + __func__); diff --git a/a/content_digest b/N5/content_digest index bb4195b..ab275ed 100644 --- a/a/content_digest +++ b/N5/content_digest @@ -2,7 +2,7 @@ "ref\01402543307-29800-2-git-send-email-iamjoonsoo.kim@lge.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 08:56:37 +0000\0" + "Date\0Thu, 12 Jun 2014 10:56:37 +0200\0" "To\0Joonsoo Kim <iamjoonsoo.kim@lge.com>" Andrew Morton <akpm@linux-foundation.org> Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> @@ -68,7 +68,7 @@ "> @@ -234,7 +235,8 @@ int __init dma_contiguous_reserve_area(phys_addr_t size, phys_addr_t base,\n" "> \n" "> \t/* Sanity checks */\n" - "> \tif (cma_area_count = ARRAY_SIZE(cma_areas)) {\n" + "> \tif (cma_area_count == ARRAY_SIZE(cma_areas)) {\n" "> -\t\tpr_err(\"Not enough slots for CMA reserved regions!\\n\");\n" "> +\t\tpr_err(\"%s(): Not enough slots for CMA reserved regions!\\n\",\n" "> +\t\t\t__func__);\n" @@ -100,4 +100,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-- -9aba1800f1fac4eb189bb0f8ec7c7ce6697f42ecaaebf2940d68faa6b6606551 +b331c5ed8cdf9796adf3dd9b64f162eae315b7ea150ada9b91d0901670755945
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.