All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <xa1t8up2jvi9.fsf@mina86.com>

diff --git a/a/1.txt b/N1/1.txt
index edb7a75..3e3e121 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -26,7 +26,7 @@ Acked-by: Michal Nazarewicz <mina86@mina86.com>
 > + * @alignment: Alignment for the contiguous memory area, should be
 >  	power of 2
 
-“must be power of 2 or zero”.
+=E2=80=9Cmust be power of 2 or zero=E2=80=9D.
 
 >   * @res_cma: Pointer to store the created cma region.
 >   * @fixed: hint about where to place the reserved area
@@ -38,10 +38,10 @@ Acked-by: Michal Nazarewicz <mina86@mina86.com>
 > +				phys_addr_t alignment,
 >  				struct cma **res_cma, bool fixed)
 >  {
->  	struct cma *cma = &cma_areas[cma_area_count];
+>  	struct cma *cma =3D &cma_areas[cma_area_count];
 > -	phys_addr_t alignment;
->  	int ret = 0;
->  
+>  	int ret =3D 0;
+>=20=20
 > -	pr_debug("%s(size %lx, base %08lx, limit %08lx)\n", __func__,
 > -		 (unsigned long)size, (unsigned long)base,
 > -		 (unsigned long)limit);
@@ -55,12 +55,13 @@ Nit: Align with the rest of the arguments, i.e.:
 +		 __func__, (unsigned long)size, (unsigned long)base,
 +		 (unsigned long)limit, (unsigned long)alignment);
 
->  
+>=20=20
 >  	/* Sanity checks */
->  	if (cma_area_count = ARRAY_SIZE(cma_areas)) {
+>  	if (cma_area_count =3D=3D ARRAY_SIZE(cma_areas)) {
 
--- 
+--=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 89990f9..d8ccb55 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,26 +2,25 @@
  "ref\01402543307-29800-5-git-send-email-iamjoonsoo.kim@lge.com\0"
  "From\0Michal Nazarewicz <mina86@mina86.com>\0"
  "Subject\0Re: [PATCH v2 04/10] DMA, CMA: support alignment constraint on cma region\0"
- "Date\0Thu, 12 Jun 2014 10:02:38 +0000\0"
+ "Date\0Thu, 12 Jun 2014 12:02:38 +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"
@@ -52,7 +51,7 @@
  "> + * @alignment: Alignment for the contiguous memory area, should be\n"
  ">  \tpower of 2\n"
  "\n"
- "\342\200\234must be power of 2 or zero\342\200\235.\n"
+ "=E2=80=9Cmust be power of 2 or zero=E2=80=9D.\n"
  "\n"
  ">   * @res_cma: Pointer to store the created cma region.\n"
  ">   * @fixed: hint about where to place the reserved area\n"
@@ -64,10 +63,10 @@
  "> +\t\t\t\tphys_addr_t alignment,\n"
  ">  \t\t\t\tstruct cma **res_cma, bool fixed)\n"
  ">  {\n"
- ">  \tstruct cma *cma = &cma_areas[cma_area_count];\n"
+ ">  \tstruct cma *cma =3D &cma_areas[cma_area_count];\n"
  "> -\tphys_addr_t alignment;\n"
- ">  \tint ret = 0;\n"
- ">  \n"
+ ">  \tint ret =3D 0;\n"
+ ">=20=20\n"
  "> -\tpr_debug(\"%s(size %lx, base %08lx, limit %08lx)\\n\", __func__,\n"
  "> -\t\t (unsigned long)size, (unsigned long)base,\n"
  "> -\t\t (unsigned long)limit);\n"
@@ -81,14 +80,15 @@
  "+\t\t __func__, (unsigned long)size, (unsigned long)base,\n"
  "+\t\t (unsigned long)limit, (unsigned long)alignment);\n"
  "\n"
- ">  \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"
  "\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--
 
-6adc31e718fc474fdc7530d21012956d5aec4091ecea37bd609ff219653fd0b9
+2f0f796e23e67d5d6f6b1cfd1d71b97b990b0ac446df709748cc2c6bb54a2eba

diff --git a/a/1.txt b/N2/1.txt
index edb7a75..c19e749 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -26,7 +26,7 @@ Acked-by: Michal Nazarewicz <mina86@mina86.com>
 > + * @alignment: Alignment for the contiguous memory area, should be
 >  	power of 2
 
-“must be power of 2 or zero”.
+?must be power of 2 or zero?.
 
 >   * @res_cma: Pointer to store the created cma region.
 >   * @fixed: hint about where to place the reserved area
@@ -57,10 +57,10 @@ Nit: Align with the rest of the arguments, i.e.:
 
 >  
 >  	/* Sanity checks */
->  	if (cma_area_count = ARRAY_SIZE(cma_areas)) {
+>  	if (cma_area_count == ARRAY_SIZE(cma_areas)) {
 
 -- 
 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 89990f9..0f50f77 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-5-git-send-email-iamjoonsoo.kim@lge.com\0"
- "From\0Michal Nazarewicz <mina86@mina86.com>\0"
- "Subject\0Re: [PATCH v2 04/10] DMA, CMA: support alignment constraint on cma region\0"
- "Date\0Thu, 12 Jun 2014 10:02:38 +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 04/10] DMA, CMA: support alignment constraint on cma region\0"
+ "Date\0Thu, 12 Jun 2014 12:02:38 +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"
@@ -52,7 +34,7 @@
  "> + * @alignment: Alignment for the contiguous memory area, should be\n"
  ">  \tpower of 2\n"
  "\n"
- "\342\200\234must be power of 2 or zero\342\200\235.\n"
+ "?must be power of 2 or zero?.\n"
  "\n"
  ">   * @res_cma: Pointer to store the created cma region.\n"
  ">   * @fixed: hint about where to place the reserved area\n"
@@ -83,12 +65,12 @@
  "\n"
  ">  \n"
  ">  \t/* Sanity checks */\n"
- ">  \tif (cma_area_count = ARRAY_SIZE(cma_areas)) {\n"
+ ">  \tif (cma_area_count == ARRAY_SIZE(cma_areas)) {\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--
 
-6adc31e718fc474fdc7530d21012956d5aec4091ecea37bd609ff219653fd0b9
+704022a4733174ea51d528f8ea4ee8fd18c02e97b77d71aa846e7930e2ec376d

diff --git a/a/1.txt b/N3/1.txt
index edb7a75..30a65ca 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -57,10 +57,16 @@ Nit: Align with the rest of the arguments, i.e.:
 
 >  
 >  	/* Sanity checks */
->  	if (cma_area_count = ARRAY_SIZE(cma_areas)) {
+>  	if (cma_area_count == ARRAY_SIZE(cma_areas)) {
 
 -- 
 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 89990f9..147cacb 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -2,7 +2,7 @@
  "ref\01402543307-29800-5-git-send-email-iamjoonsoo.kim@lge.com\0"
  "From\0Michal Nazarewicz <mina86@mina86.com>\0"
  "Subject\0Re: [PATCH v2 04/10] DMA, CMA: support alignment constraint on cma region\0"
- "Date\0Thu, 12 Jun 2014 10:02:38 +0000\0"
+ "Date\0Thu, 12 Jun 2014 12:02:38 +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>
@@ -83,12 +83,18 @@
  "\n"
  ">  \n"
  ">  \t/* Sanity checks */\n"
- ">  \tif (cma_area_count = ARRAY_SIZE(cma_areas)) {\n"
+ ">  \tif (cma_area_count == ARRAY_SIZE(cma_areas)) {\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"
- 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>"
 
-6adc31e718fc474fdc7530d21012956d5aec4091ecea37bd609ff219653fd0b9
+8fcfd1b7898283573742aa50f679b3f0f05230f36296017cd845cf8c0bb80162

diff --git a/a/1.txt b/N4/1.txt
index edb7a75..30a65ca 100644
--- a/a/1.txt
+++ b/N4/1.txt
@@ -57,10 +57,16 @@ Nit: Align with the rest of the arguments, i.e.:
 
 >  
 >  	/* Sanity checks */
->  	if (cma_area_count = ARRAY_SIZE(cma_areas)) {
+>  	if (cma_area_count == ARRAY_SIZE(cma_areas)) {
 
 -- 
 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 89990f9..db38bfe 100644
--- a/a/content_digest
+++ b/N4/content_digest
@@ -2,7 +2,7 @@
  "ref\01402543307-29800-5-git-send-email-iamjoonsoo.kim@lge.com\0"
  "From\0Michal Nazarewicz <mina86@mina86.com>\0"
  "Subject\0Re: [PATCH v2 04/10] DMA, CMA: support alignment constraint on cma region\0"
- "Date\0Thu, 12 Jun 2014 10:02:38 +0000\0"
+ "Date\0Thu, 12 Jun 2014 12:02:38 +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"
@@ -83,12 +82,18 @@
  "\n"
  ">  \n"
  ">  \t/* Sanity checks */\n"
- ">  \tif (cma_area_count = ARRAY_SIZE(cma_areas)) {\n"
+ ">  \tif (cma_area_count == ARRAY_SIZE(cma_areas)) {\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"
- 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>"
 
-6adc31e718fc474fdc7530d21012956d5aec4091ecea37bd609ff219653fd0b9
+9ef8b92846f88d3cddf119ee5712f73db3a2d3484d17934d9fc07989f2247fc3

diff --git a/a/1.txt b/N5/1.txt
index edb7a75..5782e9a 100644
--- a/a/1.txt
+++ b/N5/1.txt
@@ -57,7 +57,7 @@ Nit: Align with the rest of the arguments, i.e.:
 
 >  
 >  	/* Sanity checks */
->  	if (cma_area_count = ARRAY_SIZE(cma_areas)) {
+>  	if (cma_area_count == ARRAY_SIZE(cma_areas)) {
 
 -- 
 Best regards,                                         _     _
diff --git a/a/content_digest b/N5/content_digest
index 89990f9..acd4938 100644
--- a/a/content_digest
+++ b/N5/content_digest
@@ -2,7 +2,7 @@
  "ref\01402543307-29800-5-git-send-email-iamjoonsoo.kim@lge.com\0"
  "From\0Michal Nazarewicz <mina86@mina86.com>\0"
  "Subject\0Re: [PATCH v2 04/10] DMA, CMA: support alignment constraint on cma region\0"
- "Date\0Thu, 12 Jun 2014 10:02:38 +0000\0"
+ "Date\0Thu, 12 Jun 2014 12:02:38 +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>
@@ -83,7 +83,7 @@
  "\n"
  ">  \n"
  ">  \t/* Sanity checks */\n"
- ">  \tif (cma_area_count = ARRAY_SIZE(cma_areas)) {\n"
+ ">  \tif (cma_area_count == ARRAY_SIZE(cma_areas)) {\n"
  "\n"
  "-- \n"
  "Best regards,                                         _     _\n"
@@ -91,4 +91,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--
 
-6adc31e718fc474fdc7530d21012956d5aec4091ecea37bd609ff219653fd0b9
+39535ac5b0d418a5ef32fa7c206d965245b5eee7f3bc678e0a80ea5dce93d297

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.