All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20111014031543.GC28189@windriver.com>

diff --git a/a/1.txt b/N1/1.txt
index b33ea47..fdc23b8 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -6,7 +6,7 @@
 > >> Axel Lin wrote:
 > >> >
 > >> > Fix below build warning:
-> >> > ? CC ? ? ?arch/arm/plat-samsung/s3c-dma-ops.o
+> >> >   CC      arch/arm/plat-samsung/s3c-dma-ops.o
 > >> > arch/arm/plat-samsung/s3c-dma-ops.c:130: warning: data definition has no type
 > >> or
 > >> > storage class
@@ -24,8 +24,8 @@
 > >> > ---
 > >> > This can be reproduced by "make s3c6400_defconfig;make" on linux-next
 > >> > 20111006.
-> >> > ?arch/arm/plat-samsung/s3c-dma-ops.c | ? ?1 +
-> >> > ?1 files changed, 1 insertions(+), 0 deletions(-)
+> >> >  arch/arm/plat-samsung/s3c-dma-ops.c |    1 +
+> >> >  1 files changed, 1 insertions(+), 0 deletions(-)
 > >> >
 > >> > diff --git a/arch/arm/plat-samsung/s3c-dma-ops.c b/arch/arm/plat-samsung/s3c-
 > >> > dma-ops.c
@@ -33,12 +33,12 @@
 > >> > --- a/arch/arm/plat-samsung/s3c-dma-ops.c
 > >> > +++ b/arch/arm/plat-samsung/s3c-dma-ops.c
 > >> > @@ -14,6 +14,7 @@
-> >> > ?#include <linux/errno.h>
-> >> > ?#include <linux/slab.h>
-> >> > ?#include <linux/types.h>
+> >> >  #include <linux/errno.h>
+> >> >  #include <linux/slab.h>
+> >> >  #include <linux/types.h>
 > >> > +#include <linux/export.h>
 > >> >
-> >> > ?#include <mach/dma.h>
+> >> >  #include <mach/dma.h>
 > >> >
 > >> > --
 > >> > 1.7.4.1
diff --git a/a/content_digest b/N1/content_digest
index 238eca6..4eb0e95 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,10 +1,16 @@
  "ref\01317961214.16109.1.camel@phoenix\0"
  "ref\0069601cc88dc$6b9a78d0$42cf6a70$%kim@samsung.com\0"
  "ref\0CAF+7xWmXGovD4zdst16fdX66voauhvKFTctQLEORX9tosckfkg@mail.gmail.com\0"
- "From\0paul.gortmaker@windriver.com (Paul Gortmaker)\0"
- "Subject\0[PATCH] ARM: SAMSUNG: s3c-dma-ops needs export.h for EXPORT_SYMBOL\0"
+ "From\0Paul Gortmaker <paul.gortmaker@windriver.com>\0"
+ "Subject\0Re: [PATCH] ARM: SAMSUNG: s3c-dma-ops needs export.h for EXPORT_SYMBOL\0"
  "Date\0Thu, 13 Oct 2011 23:15:45 -0400\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Axel Lin <axel.lin@gmail.com>\0"
+ "Cc\0Kukjin Kim <kgene.kim@samsung.com>"
+  <linux-kernel@vger.kernel.org>
+  Ben Dooks <ben-linux@fluff.org>
+  Russell King <linux@arm.linux.org.uk>
+  <linux-arm-kernel@lists.infradead.org>
+ " Boojin Kim <boojin.kim@samsung.com>\0"
  "\00:1\0"
  "b\0"
  "[Re: [PATCH] ARM: SAMSUNG: s3c-dma-ops needs export.h for EXPORT_SYMBOL] On 12/10/2011 (Wed 21:49) Axel Lin wrote:\n"
@@ -15,7 +21,7 @@
  "> >> Axel Lin wrote:\n"
  "> >> >\n"
  "> >> > Fix below build warning:\n"
- "> >> > ? CC ? ? ?arch/arm/plat-samsung/s3c-dma-ops.o\n"
+ "> >> > \302\240 CC \302\240 \302\240 \302\240arch/arm/plat-samsung/s3c-dma-ops.o\n"
  "> >> > arch/arm/plat-samsung/s3c-dma-ops.c:130: warning: data definition has no type\n"
  "> >> or\n"
  "> >> > storage class\n"
@@ -33,8 +39,8 @@
  "> >> > ---\n"
  "> >> > This can be reproduced by \"make s3c6400_defconfig;make\" on linux-next\n"
  "> >> > 20111006.\n"
- "> >> > ?arch/arm/plat-samsung/s3c-dma-ops.c | ? ?1 +\n"
- "> >> > ?1 files changed, 1 insertions(+), 0 deletions(-)\n"
+ "> >> > \302\240arch/arm/plat-samsung/s3c-dma-ops.c | \302\240 \302\2401 +\n"
+ "> >> > \302\2401 files changed, 1 insertions(+), 0 deletions(-)\n"
  "> >> >\n"
  "> >> > diff --git a/arch/arm/plat-samsung/s3c-dma-ops.c b/arch/arm/plat-samsung/s3c-\n"
  "> >> > dma-ops.c\n"
@@ -42,12 +48,12 @@
  "> >> > --- a/arch/arm/plat-samsung/s3c-dma-ops.c\n"
  "> >> > +++ b/arch/arm/plat-samsung/s3c-dma-ops.c\n"
  "> >> > @@ -14,6 +14,7 @@\n"
- "> >> > ?#include <linux/errno.h>\n"
- "> >> > ?#include <linux/slab.h>\n"
- "> >> > ?#include <linux/types.h>\n"
+ "> >> > \302\240#include <linux/errno.h>\n"
+ "> >> > \302\240#include <linux/slab.h>\n"
+ "> >> > \302\240#include <linux/types.h>\n"
  "> >> > +#include <linux/export.h>\n"
  "> >> >\n"
- "> >> > ?#include <mach/dma.h>\n"
+ "> >> > \302\240#include <mach/dma.h>\n"
  "> >> >\n"
  "> >> > --\n"
  "> >> > 1.7.4.1\n"
@@ -79,4 +85,4 @@
  "> Regards,\n"
  > Axel
 
-bc701bf19fd222e6cb005c0e1b6f16a2f1eaf67e4744d727f0f094279dc2317c
+81e2eede3c1dbdc94dfaf4b2eab04d5d77798b410ed5f87a98356c2df6a06859

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.