All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <54521809.4000208@cn.fujitsu.com>

diff --git a/a/1.txt b/N1/1.txt
index 1607afd..4835080 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -15,7 +15,7 @@ On 10/30/2014 06:23 PM, Geert Uytterhoeven wrote:
 > There's also a small unidentified chunk at 0x00040000:
 > 
 >     00040000  00 40 30 e6 5c 3a 03 00  ff ff ff ff ff ff ff ff
-> |.@0.\:..........|
+> |. at 0.\:..........|
 > 
 > u-Boot seems to be at 0x00080000.
 > u-Boot environment variables are saved at 0x000c0000.
@@ -44,24 +44,24 @@ chai wen
 >> +++ b/arch/arm/boot/dts/r8a7791-koelsch.dts
 >> @@ -390,17 +390,17 @@
 >>
->>                 partition@0 {
+>>                 partition at 0 {
 >>                         label = "loader";
 >> -                       reg = <0x00000000 0x00080000>;
 >> +                       reg = <0x00000000 0x00040000>;
 >>                         read-only;
 >>                 };
->> -               partition@80000 {
+>> -               partition at 80000 {
 >> -                       label = "bootenv";
 >> -                       reg = <0x00080000 0x00080000>;
->> +               partition@40000 {
+>> +               partition at 40000 {
 >> +                       label = "user";
 >> +                       reg = <0x00040000 0x00400000>;
 >>                         read-only;
 >>                 };
->> -               partition@100000 {
+>> -               partition at 100000 {
 >> -                       label = "data";
 >> -                       reg = <0x00100000 0x03f00000>;
->> +               partition@440000 {
+>> +               partition at 440000 {
 >> +                       label = "flash";
 >> +                       reg = <0x00440000 0x03bc0000>;
 >>                 };
@@ -73,14 +73,14 @@ chai wen
 >                         Geert
 > 
 > --
-> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
+> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org
 > 
 > In personal conversations with technical people, I call myself a hacker. But
 > when I'm talking to journalists I just say "programmer" or something like that.
 >                                 -- Linus Torvalds
 > --
 > To unsubscribe from this list: send the line "unsubscribe linux-sh" in
-> the body of a message to majordomo@vger.kernel.org
+> the body of a message to majordomo at vger.kernel.org
 > More majordomo info at  http://vger.kernel.org/majordomo-info.html
 > .
 > 
diff --git a/a/content_digest b/N1/content_digest
index 2e66da1..c376524 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,8 +1,8 @@
  "ref\01414648469-29947-1-git-send-email-horms+renesas@verge.net.au\0"
  "ref\0CAMuHMdUAYJfLtMwzwOvsqaoDtXPW=q2yQLUH9+jQDB+A2JHX9Q@mail.gmail.com\0"
- "From\0Chai Wen <chaiw.fnst@cn.fujitsu.com>\0"
- "Subject\0Re: [PATCH] ARM: shmobile: koelsch: Fix flash partition label and size in device tree\0"
- "Date\0Thu, 30 Oct 2014 10:50:49 +0000\0"
+ "From\0chaiw.fnst@cn.fujitsu.com (Chai Wen)\0"
+ "Subject\0[PATCH] ARM: shmobile: koelsch: Fix flash partition label and size in device tree\0"
+ "Date\0Thu, 30 Oct 2014 18:50:49 +0800\0"
  "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
@@ -23,7 +23,7 @@
  "> There's also a small unidentified chunk at 0x00040000:\n"
  "> \n"
  ">     00040000  00 40 30 e6 5c 3a 03 00  ff ff ff ff ff ff ff ff\n"
- "> |.@0.\\:..........|\n"
+ "> |. at 0.\\:..........|\n"
  "> \n"
  "> u-Boot seems to be at 0x00080000.\n"
  "> u-Boot environment variables are saved at 0x000c0000.\n"
@@ -52,24 +52,24 @@
  ">> +++ b/arch/arm/boot/dts/r8a7791-koelsch.dts\n"
  ">> @@ -390,17 +390,17 @@\n"
  ">>\n"
- ">>                 partition@0 {\n"
+ ">>                 partition at 0 {\n"
  ">>                         label = \"loader\";\n"
  ">> -                       reg = <0x00000000 0x00080000>;\n"
  ">> +                       reg = <0x00000000 0x00040000>;\n"
  ">>                         read-only;\n"
  ">>                 };\n"
- ">> -               partition@80000 {\n"
+ ">> -               partition at 80000 {\n"
  ">> -                       label = \"bootenv\";\n"
  ">> -                       reg = <0x00080000 0x00080000>;\n"
- ">> +               partition@40000 {\n"
+ ">> +               partition at 40000 {\n"
  ">> +                       label = \"user\";\n"
  ">> +                       reg = <0x00040000 0x00400000>;\n"
  ">>                         read-only;\n"
  ">>                 };\n"
- ">> -               partition@100000 {\n"
+ ">> -               partition at 100000 {\n"
  ">> -                       label = \"data\";\n"
  ">> -                       reg = <0x00100000 0x03f00000>;\n"
- ">> +               partition@440000 {\n"
+ ">> +               partition at 440000 {\n"
  ">> +                       label = \"flash\";\n"
  ">> +                       reg = <0x00440000 0x03bc0000>;\n"
  ">>                 };\n"
@@ -81,14 +81,14 @@
  ">                         Geert\n"
  "> \n"
  "> --\n"
- "> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org\n"
+ "> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org\n"
  "> \n"
  "> In personal conversations with technical people, I call myself a hacker. But\n"
  "> when I'm talking to journalists I just say \"programmer\" or something like that.\n"
  ">                                 -- Linus Torvalds\n"
  "> --\n"
  "> To unsubscribe from this list: send the line \"unsubscribe linux-sh\" in\n"
- "> the body of a message to majordomo@vger.kernel.org\n"
+ "> the body of a message to majordomo at vger.kernel.org\n"
  "> More majordomo info at  http://vger.kernel.org/majordomo-info.html\n"
  "> .\n"
  "> \n"
@@ -100,4 +100,4 @@
  "\n"
  Chai Wen
 
-6096ed4317427ab874f0ddb85d27160bb5d674836b293b49b579449e47061054
+4699006f436a0d4d3ac34574bb5c8f4249522f7d8351d93742cd0262c97de7f9

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.