All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1452762780.2521.20.camel@linux.intel.com>

diff --git a/a/1.txt b/N1/1.txt
index 24aa98e..0ff202f 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,13 +1,13 @@
 On Wed, 2016-01-13 at 22:29 +0100, Anton Wuerfel wrote:
 > Hello Andy,
->=20
+> 
 > > Also, please thin out the Cc list, I would recommend remove just
 > > ordinary commiters (with maybe few exceptions) and leave
-> > maintainers.=C2=A0
+> > maintainers. 
 > > Moreover some addresses are bounced.
 > I thinned out the Cc list and left over only maintainers and major
 > contributors to the code.
->=20
+> 
 > > Yep!
 > > However, you forgot to fix switch-case as well.
 > Phillip and me are kind of git magicians. We can make code disappear
@@ -15,7 +15,7 @@ On Wed, 2016-01-13 at 22:29 +0100, Anton Wuerfel wrote:
 > rebase :-) The piece of code was part of a commit, but it never made
 > it into
 > the final patch file.
-> =C2=A0
+>  
 > I hope, there are no major issues with our patch set.
 
 There are comments regarding patch 12, otherwise FWIW:
@@ -23,53 +23,48 @@ There are comments regarding patch 12, otherwise FWIW:
 Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
 
 
->=20
+> 
 > Regards,
 > Anton Wuerfel
 > Phillip Raffeck
->=20
+> 
 > This patch set fixes several checkpatch warnings in tty/serial/8250.
->=20
-> Patch 1/15:=C2=A0=C2=A0Adds missing spaces (mainly to function/macro =
-headers)
-> Patch 2/15:=C2=A0=C2=A0Replace spaces with tabs wherever possible
-> Patch 3/15:=C2=A0=C2=A0Slight patch which moves an opening curly brac=
-e
-> Patch 4/15:=C2=A0=C2=A0Fixes multiline comment style
-> Patch 5/15:=C2=A0=C2=A0Removes else blocks after return statements
-> Patch 6/15:=C2=A0=C2=A0Slight patch which moves EXPORT_SYMBOL macro t=
-o correct
+> 
+> Patch 1/15:  Adds missing spaces (mainly to function/macro headers)
+> Patch 2/15:  Replace spaces with tabs wherever possible
+> Patch 3/15:  Slight patch which moves an opening curly brace
+> Patch 4/15:  Fixes multiline comment style
+> Patch 5/15:  Removes else blocks after return statements
+> Patch 6/15:  Slight patch which moves EXPORT_SYMBOL macro to correct
 > position
-> Patch 7/15:=C2=A0=C2=A0Slight patch which removes an unneccessary lin=
-e
+> Patch 7/15:  Slight patch which removes an unneccessary line
 > continuation
-> Patch 8/15:=C2=A0=C2=A0Slight patch which adds parentheses to a macro
+> Patch 8/15:  Slight patch which adds parentheses to a macro
 > definition
-> Patch 9/15:=C2=A0=C2=A0Merges user-visible multiline strings to a sin=
-gle line
+> Patch 9/15:  Merges user-visible multiline strings to a single line
 > Patch 10/15: Replace printk by dev_* or pr_* where appropriate
 > Patch 11/15: Remove orphaned debug macro
 > Patch 12/15: Fix warnings in dev_dbg by adding two casts
 > Patch 13/15: Fixes code indentation
 > Patch 14/15: Add a generic port macro
 > Patch 15/15: Refactor a switch/case statement
->=20
+> 
 > Remaining checkpatch warnings after applying this patch series:
->=20
+> 
 > -line over 80 characters
 > 	This error mostly occurs in serial_cs.c, which contains long-
 > lined
 > 	macro calls. However, splitting these calls into multiple lines
 > would
 > 	not increase readability.
->=20
+> 
 > -externs should be avoided in .c files
 > 	This occurs in 8250_hp300.c. There is no corresponding header
 > file
 > 	the extern statement could be moved to. It could be moved to
 > 8250.h
 > 	but this would affect other .c files.
->=20
+> 
 > -Use #include <linux/*.h> instead of <asm/*.h>
 > 	This warning has been left open for more experienced kernel
 > hackers.
@@ -83,71 +78,56 @@ gle line
 > 	serial8250_isa_init_ports(). Maybe a checkpatch exception
 > should
 > 	be added for this particular warning.
->=20
+> 
 > -quoted string split across lines
 > 	These strings were ignored because they otherwise would exceed
 > 	80 characters in a single line. These particular strings use
 > 	format specifiers, which break the ability to grep for them
 > anyway.
->=20
+> 
 > Anton Wuerfel (15):
 > Phillip Raffeck (15):
-> =C2=A0 tty: serial: 8250: Fix whitespace errors
-> =C2=A0 tty: serial: 8250: Replace spaces with tabs
-> =C2=A0 tty: serial: 8250: Fix braces after struct
-> =C2=A0 tty: serial: 8250: Fix multiline comment style
-> =C2=A0 tty: serial: 8250: Remove else after return
-> =C2=A0 tty: serial: 8250: Move EXPORT_SYMBOL to function
-> =C2=A0 tty: serial: 8250: Fix line continuation warning
-> =C2=A0 tty: serial: 8250: Add parentheses to macro
-> =C2=A0 tty: serial: 8250: Fix multi-line strings
-> =C2=A0 tty: serial: 8250: Correct conversion specifiers
-> =C2=A0 tty: serial: 8250: Merge duplicate conditions
-> =C2=A0 tty: serial: 8250: Fix indentation warnings
-> =C2=A0 tty: serial: 8250: Add generic port init macro
-> =C2=A0 tty: serial: 8250: Suitably replace printk
-> =C2=A0 tty: serial: 8250: Remove SERIAL_DEBUG_PNP macro
->=20
-> =C2=A0drivers/tty/serial/8250/8250.h=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
-=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| 12 ++++
-> =C2=A0drivers/tty/serial/8250/8250_accent.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=
-=A0=C2=A0=C2=A0=C2=A0| 13 +---
-> =C2=A0drivers/tty/serial/8250/8250_acorn.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=
-=A0=C2=A0=C2=A0=C2=A0=C2=A0|=C2=A0=C2=A02 +-
-> =C2=A0drivers/tty/serial/8250/8250_boca.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
-=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| 41 ++++++-------
-> =C2=A0drivers/tty/serial/8250/8250_core.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
-=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| 15 ++---
-> =C2=A0drivers/tty/serial/8250/8250_exar_st16c554.c | 17 ++----
-> =C2=A0drivers/tty/serial/8250/8250_fourport.c=C2=A0=C2=A0=C2=A0=C2=A0=
-=C2=A0=C2=A0| 28 ++++-----
-> =C2=A0drivers/tty/serial/8250/8250_gsc.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
-=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0|=C2=A0=C2=A07 ++-
-> =C2=A0drivers/tty/serial/8250/8250_hp300.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=
-=A0=C2=A0=C2=A0=C2=A0=C2=A0| 27 +++++----
-> =C2=A0drivers/tty/serial/8250/8250_hub6.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
-=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0|=C2=A0=C2=A02 +-
-> =C2=A0drivers/tty/serial/8250/8250_ingenic.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=
-=A0=C2=A0=C2=A0| 12 ++--
-> =C2=A0drivers/tty/serial/8250/8250_pci.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
-=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| 60 ++++++++++------
+>   tty: serial: 8250: Fix whitespace errors
+>   tty: serial: 8250: Replace spaces with tabs
+>   tty: serial: 8250: Fix braces after struct
+>   tty: serial: 8250: Fix multiline comment style
+>   tty: serial: 8250: Remove else after return
+>   tty: serial: 8250: Move EXPORT_SYMBOL to function
+>   tty: serial: 8250: Fix line continuation warning
+>   tty: serial: 8250: Add parentheses to macro
+>   tty: serial: 8250: Fix multi-line strings
+>   tty: serial: 8250: Correct conversion specifiers
+>   tty: serial: 8250: Merge duplicate conditions
+>   tty: serial: 8250: Fix indentation warnings
+>   tty: serial: 8250: Add generic port init macro
+>   tty: serial: 8250: Suitably replace printk
+>   tty: serial: 8250: Remove SERIAL_DEBUG_PNP macro
+> 
+>  drivers/tty/serial/8250/8250.h               | 12 ++++
+>  drivers/tty/serial/8250/8250_accent.c        | 13 +---
+>  drivers/tty/serial/8250/8250_acorn.c         |  2 +-
+>  drivers/tty/serial/8250/8250_boca.c          | 41 ++++++-------
+>  drivers/tty/serial/8250/8250_core.c          | 15 ++---
+>  drivers/tty/serial/8250/8250_exar_st16c554.c | 17 ++----
+>  drivers/tty/serial/8250/8250_fourport.c      | 28 ++++-----
+>  drivers/tty/serial/8250/8250_gsc.c           |  7 ++-
+>  drivers/tty/serial/8250/8250_hp300.c         | 27 +++++----
+>  drivers/tty/serial/8250/8250_hub6.c          |  2 +-
+>  drivers/tty/serial/8250/8250_ingenic.c       | 12 ++--
+>  drivers/tty/serial/8250/8250_pci.c           | 60 ++++++++++------
 > ---
-> =C2=A0drivers/tty/serial/8250/8250_pnp.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
-=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| 28 +++++----
-> =C2=A0drivers/tty/serial/8250/8250_port.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
-=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| 47 ++++++++-------
-> =C2=A0drivers/tty/serial/8250/serial_cs.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
-=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| 90 +++++++++++++++---
+>  drivers/tty/serial/8250/8250_pnp.c           | 28 +++++----
+>  drivers/tty/serial/8250/8250_port.c          | 47 ++++++++-------
+>  drivers/tty/serial/8250/serial_cs.c          | 90 +++++++++++++++---
 > ----------
-> =C2=A015 files changed, 203 insertions(+), 198 deletions(-)
->=20
+>  15 files changed, 203 insertions(+), 198 deletions(-)
+> 
 
---=20
+-- 
 Andy Shevchenko <andriy.shevchenko@linux.intel.com>
 Intel Finland Oy
 
 --
-To unsubscribe from this list: send the line "unsubscribe linux-parisc"=
- in
+To unsubscribe from this list: send the line "unsubscribe linux-parisc" in
 the body of a message to majordomo@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 dbd5c60..f0f1124 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -23,14 +23,14 @@
  "b\0"
  "On Wed, 2016-01-13 at 22:29 +0100, Anton Wuerfel wrote:\n"
  "> Hello Andy,\n"
- ">=20\n"
+ "> \n"
  "> > Also, please thin out the Cc list, I would recommend remove just\n"
  "> > ordinary commiters (with maybe few exceptions) and leave\n"
- "> > maintainers.=C2=A0\n"
+ "> > maintainers.\302\240\n"
  "> > Moreover some addresses are bounced.\n"
  "> I thinned out the Cc list and left over only maintainers and major\n"
  "> contributors to the code.\n"
- ">=20\n"
+ "> \n"
  "> > Yep!\n"
  "> > However, you forgot to fix switch-case as well.\n"
  "> Phillip and me are kind of git magicians. We can make code disappear\n"
@@ -38,7 +38,7 @@
  "> rebase :-) The piece of code was part of a commit, but it never made\n"
  "> it into\n"
  "> the final patch file.\n"
- "> =C2=A0\n"
+ "> \302\240\n"
  "> I hope, there are no major issues with our patch set.\n"
  "\n"
  "There are comments regarding patch 12, otherwise FWIW:\n"
@@ -46,53 +46,48 @@
  "Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>\n"
  "\n"
  "\n"
- ">=20\n"
+ "> \n"
  "> Regards,\n"
  "> Anton Wuerfel\n"
  "> Phillip Raffeck\n"
- ">=20\n"
+ "> \n"
  "> This patch set fixes several checkpatch warnings in tty/serial/8250.\n"
- ">=20\n"
- "> Patch 1/15:=C2=A0=C2=A0Adds missing spaces (mainly to function/macro =\n"
- "headers)\n"
- "> Patch 2/15:=C2=A0=C2=A0Replace spaces with tabs wherever possible\n"
- "> Patch 3/15:=C2=A0=C2=A0Slight patch which moves an opening curly brac=\n"
- "e\n"
- "> Patch 4/15:=C2=A0=C2=A0Fixes multiline comment style\n"
- "> Patch 5/15:=C2=A0=C2=A0Removes else blocks after return statements\n"
- "> Patch 6/15:=C2=A0=C2=A0Slight patch which moves EXPORT_SYMBOL macro t=\n"
- "o correct\n"
+ "> \n"
+ "> Patch 1/15:\302\240\302\240Adds missing spaces (mainly to function/macro headers)\n"
+ "> Patch 2/15:\302\240\302\240Replace spaces with tabs wherever possible\n"
+ "> Patch 3/15:\302\240\302\240Slight patch which moves an opening curly brace\n"
+ "> Patch 4/15:\302\240\302\240Fixes multiline comment style\n"
+ "> Patch 5/15:\302\240\302\240Removes else blocks after return statements\n"
+ "> Patch 6/15:\302\240\302\240Slight patch which moves EXPORT_SYMBOL macro to correct\n"
  "> position\n"
- "> Patch 7/15:=C2=A0=C2=A0Slight patch which removes an unneccessary lin=\n"
- "e\n"
+ "> Patch 7/15:\302\240\302\240Slight patch which removes an unneccessary line\n"
  "> continuation\n"
- "> Patch 8/15:=C2=A0=C2=A0Slight patch which adds parentheses to a macro\n"
+ "> Patch 8/15:\302\240\302\240Slight patch which adds parentheses to a macro\n"
  "> definition\n"
- "> Patch 9/15:=C2=A0=C2=A0Merges user-visible multiline strings to a sin=\n"
- "gle line\n"
+ "> Patch 9/15:\302\240\302\240Merges user-visible multiline strings to a single line\n"
  "> Patch 10/15: Replace printk by dev_* or pr_* where appropriate\n"
  "> Patch 11/15: Remove orphaned debug macro\n"
  "> Patch 12/15: Fix warnings in dev_dbg by adding two casts\n"
  "> Patch 13/15: Fixes code indentation\n"
  "> Patch 14/15: Add a generic port macro\n"
  "> Patch 15/15: Refactor a switch/case statement\n"
- ">=20\n"
+ "> \n"
  "> Remaining checkpatch warnings after applying this patch series:\n"
- ">=20\n"
+ "> \n"
  "> -line over 80 characters\n"
  "> \tThis error mostly occurs in serial_cs.c, which contains long-\n"
  "> lined\n"
  "> \tmacro calls. However, splitting these calls into multiple lines\n"
  "> would\n"
  "> \tnot increase readability.\n"
- ">=20\n"
+ "> \n"
  "> -externs should be avoided in .c files\n"
  "> \tThis occurs in 8250_hp300.c. There is no corresponding header\n"
  "> file\n"
  "> \tthe extern statement could be moved to. It could be moved to\n"
  "> 8250.h\n"
  "> \tbut this would affect other .c files.\n"
- ">=20\n"
+ "> \n"
  "> -Use #include <linux/*.h> instead of <asm/*.h>\n"
  "> \tThis warning has been left open for more experienced kernel\n"
  "> hackers.\n"
@@ -106,73 +101,58 @@
  "> \tserial8250_isa_init_ports(). Maybe a checkpatch exception\n"
  "> should\n"
  "> \tbe added for this particular warning.\n"
- ">=20\n"
+ "> \n"
  "> -quoted string split across lines\n"
  "> \tThese strings were ignored because they otherwise would exceed\n"
  "> \t80 characters in a single line. These particular strings use\n"
  "> \tformat specifiers, which break the ability to grep for them\n"
  "> anyway.\n"
- ">=20\n"
+ "> \n"
  "> Anton Wuerfel (15):\n"
  "> Phillip Raffeck (15):\n"
- "> =C2=A0 tty: serial: 8250: Fix whitespace errors\n"
- "> =C2=A0 tty: serial: 8250: Replace spaces with tabs\n"
- "> =C2=A0 tty: serial: 8250: Fix braces after struct\n"
- "> =C2=A0 tty: serial: 8250: Fix multiline comment style\n"
- "> =C2=A0 tty: serial: 8250: Remove else after return\n"
- "> =C2=A0 tty: serial: 8250: Move EXPORT_SYMBOL to function\n"
- "> =C2=A0 tty: serial: 8250: Fix line continuation warning\n"
- "> =C2=A0 tty: serial: 8250: Add parentheses to macro\n"
- "> =C2=A0 tty: serial: 8250: Fix multi-line strings\n"
- "> =C2=A0 tty: serial: 8250: Correct conversion specifiers\n"
- "> =C2=A0 tty: serial: 8250: Merge duplicate conditions\n"
- "> =C2=A0 tty: serial: 8250: Fix indentation warnings\n"
- "> =C2=A0 tty: serial: 8250: Add generic port init macro\n"
- "> =C2=A0 tty: serial: 8250: Suitably replace printk\n"
- "> =C2=A0 tty: serial: 8250: Remove SERIAL_DEBUG_PNP macro\n"
- ">=20\n"
- "> =C2=A0drivers/tty/serial/8250/8250.h=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=\n"
- "=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| 12 ++++\n"
- "> =C2=A0drivers/tty/serial/8250/8250_accent.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=\n"
- "=A0=C2=A0=C2=A0=C2=A0| 13 +---\n"
- "> =C2=A0drivers/tty/serial/8250/8250_acorn.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=\n"
- "=A0=C2=A0=C2=A0=C2=A0=C2=A0|=C2=A0=C2=A02 +-\n"
- "> =C2=A0drivers/tty/serial/8250/8250_boca.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=\n"
- "=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| 41 ++++++-------\n"
- "> =C2=A0drivers/tty/serial/8250/8250_core.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=\n"
- "=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| 15 ++---\n"
- "> =C2=A0drivers/tty/serial/8250/8250_exar_st16c554.c | 17 ++----\n"
- "> =C2=A0drivers/tty/serial/8250/8250_fourport.c=C2=A0=C2=A0=C2=A0=C2=A0=\n"
- "=C2=A0=C2=A0| 28 ++++-----\n"
- "> =C2=A0drivers/tty/serial/8250/8250_gsc.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=\n"
- "=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0|=C2=A0=C2=A07 ++-\n"
- "> =C2=A0drivers/tty/serial/8250/8250_hp300.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=\n"
- "=A0=C2=A0=C2=A0=C2=A0=C2=A0| 27 +++++----\n"
- "> =C2=A0drivers/tty/serial/8250/8250_hub6.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=\n"
- "=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0|=C2=A0=C2=A02 +-\n"
- "> =C2=A0drivers/tty/serial/8250/8250_ingenic.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=\n"
- "=A0=C2=A0=C2=A0| 12 ++--\n"
- "> =C2=A0drivers/tty/serial/8250/8250_pci.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=\n"
- "=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| 60 ++++++++++------\n"
+ "> \302\240 tty: serial: 8250: Fix whitespace errors\n"
+ "> \302\240 tty: serial: 8250: Replace spaces with tabs\n"
+ "> \302\240 tty: serial: 8250: Fix braces after struct\n"
+ "> \302\240 tty: serial: 8250: Fix multiline comment style\n"
+ "> \302\240 tty: serial: 8250: Remove else after return\n"
+ "> \302\240 tty: serial: 8250: Move EXPORT_SYMBOL to function\n"
+ "> \302\240 tty: serial: 8250: Fix line continuation warning\n"
+ "> \302\240 tty: serial: 8250: Add parentheses to macro\n"
+ "> \302\240 tty: serial: 8250: Fix multi-line strings\n"
+ "> \302\240 tty: serial: 8250: Correct conversion specifiers\n"
+ "> \302\240 tty: serial: 8250: Merge duplicate conditions\n"
+ "> \302\240 tty: serial: 8250: Fix indentation warnings\n"
+ "> \302\240 tty: serial: 8250: Add generic port init macro\n"
+ "> \302\240 tty: serial: 8250: Suitably replace printk\n"
+ "> \302\240 tty: serial: 8250: Remove SERIAL_DEBUG_PNP macro\n"
+ "> \n"
+ "> \302\240drivers/tty/serial/8250/8250.h\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240| 12 ++++\n"
+ "> \302\240drivers/tty/serial/8250/8250_accent.c\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240| 13 +---\n"
+ "> \302\240drivers/tty/serial/8250/8250_acorn.c\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240|\302\240\302\2402 +-\n"
+ "> \302\240drivers/tty/serial/8250/8250_boca.c\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240| 41 ++++++-------\n"
+ "> \302\240drivers/tty/serial/8250/8250_core.c\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240| 15 ++---\n"
+ "> \302\240drivers/tty/serial/8250/8250_exar_st16c554.c | 17 ++----\n"
+ "> \302\240drivers/tty/serial/8250/8250_fourport.c\302\240\302\240\302\240\302\240\302\240\302\240| 28 ++++-----\n"
+ "> \302\240drivers/tty/serial/8250/8250_gsc.c\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240|\302\240\302\2407 ++-\n"
+ "> \302\240drivers/tty/serial/8250/8250_hp300.c\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240| 27 +++++----\n"
+ "> \302\240drivers/tty/serial/8250/8250_hub6.c\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240|\302\240\302\2402 +-\n"
+ "> \302\240drivers/tty/serial/8250/8250_ingenic.c\302\240\302\240\302\240\302\240\302\240\302\240\302\240| 12 ++--\n"
+ "> \302\240drivers/tty/serial/8250/8250_pci.c\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240| 60 ++++++++++------\n"
  "> ---\n"
- "> =C2=A0drivers/tty/serial/8250/8250_pnp.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=\n"
- "=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| 28 +++++----\n"
- "> =C2=A0drivers/tty/serial/8250/8250_port.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=\n"
- "=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| 47 ++++++++-------\n"
- "> =C2=A0drivers/tty/serial/8250/serial_cs.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=\n"
- "=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| 90 +++++++++++++++---\n"
+ "> \302\240drivers/tty/serial/8250/8250_pnp.c\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240| 28 +++++----\n"
+ "> \302\240drivers/tty/serial/8250/8250_port.c\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240| 47 ++++++++-------\n"
+ "> \302\240drivers/tty/serial/8250/serial_cs.c\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240| 90 +++++++++++++++---\n"
  "> ----------\n"
- "> =C2=A015 files changed, 203 insertions(+), 198 deletions(-)\n"
- ">=20\n"
+ "> \302\24015 files changed, 203 insertions(+), 198 deletions(-)\n"
+ "> \n"
  "\n"
- "--=20\n"
+ "-- \n"
  "Andy Shevchenko <andriy.shevchenko@linux.intel.com>\n"
  "Intel Finland Oy\n"
  "\n"
  "--\n"
- "To unsubscribe from this list: send the line \"unsubscribe linux-parisc\"=\n"
- " in\n"
+ "To unsubscribe from this list: send the line \"unsubscribe linux-parisc\" in\n"
  "the body of a message to majordomo@vger.kernel.org\n"
  More majordomo info at  http://vger.kernel.org/majordomo-info.html
 
-70668d9563d535c411daa0bc2cbb572639c60c5ece17f3bb17aac89c6a1a472b
+fab7ea4fc780a8b436e85405afbd9d6a1164b3240d89c812a84c5a8056e72843

diff --git a/a/1.txt b/N2/1.txt
index 24aa98e..7e8d369 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,13 +1,13 @@
 On Wed, 2016-01-13 at 22:29 +0100, Anton Wuerfel wrote:
 > Hello Andy,
->=20
+> 
 > > Also, please thin out the Cc list, I would recommend remove just
 > > ordinary commiters (with maybe few exceptions) and leave
-> > maintainers.=C2=A0
+> > maintainers. 
 > > Moreover some addresses are bounced.
 > I thinned out the Cc list and left over only maintainers and major
 > contributors to the code.
->=20
+> 
 > > Yep!
 > > However, you forgot to fix switch-case as well.
 > Phillip and me are kind of git magicians. We can make code disappear
@@ -15,7 +15,7 @@ On Wed, 2016-01-13 at 22:29 +0100, Anton Wuerfel wrote:
 > rebase :-) The piece of code was part of a commit, but it never made
 > it into
 > the final patch file.
-> =C2=A0
+>  
 > I hope, there are no major issues with our patch set.
 
 There are comments regarding patch 12, otherwise FWIW:
@@ -23,53 +23,48 @@ There are comments regarding patch 12, otherwise FWIW:
 Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
 
 
->=20
+> 
 > Regards,
 > Anton Wuerfel
 > Phillip Raffeck
->=20
+> 
 > This patch set fixes several checkpatch warnings in tty/serial/8250.
->=20
-> Patch 1/15:=C2=A0=C2=A0Adds missing spaces (mainly to function/macro =
-headers)
-> Patch 2/15:=C2=A0=C2=A0Replace spaces with tabs wherever possible
-> Patch 3/15:=C2=A0=C2=A0Slight patch which moves an opening curly brac=
-e
-> Patch 4/15:=C2=A0=C2=A0Fixes multiline comment style
-> Patch 5/15:=C2=A0=C2=A0Removes else blocks after return statements
-> Patch 6/15:=C2=A0=C2=A0Slight patch which moves EXPORT_SYMBOL macro t=
-o correct
+> 
+> Patch 1/15:  Adds missing spaces (mainly to function/macro headers)
+> Patch 2/15:  Replace spaces with tabs wherever possible
+> Patch 3/15:  Slight patch which moves an opening curly brace
+> Patch 4/15:  Fixes multiline comment style
+> Patch 5/15:  Removes else blocks after return statements
+> Patch 6/15:  Slight patch which moves EXPORT_SYMBOL macro to correct
 > position
-> Patch 7/15:=C2=A0=C2=A0Slight patch which removes an unneccessary lin=
-e
+> Patch 7/15:  Slight patch which removes an unneccessary line
 > continuation
-> Patch 8/15:=C2=A0=C2=A0Slight patch which adds parentheses to a macro
+> Patch 8/15:  Slight patch which adds parentheses to a macro
 > definition
-> Patch 9/15:=C2=A0=C2=A0Merges user-visible multiline strings to a sin=
-gle line
+> Patch 9/15:  Merges user-visible multiline strings to a single line
 > Patch 10/15: Replace printk by dev_* or pr_* where appropriate
 > Patch 11/15: Remove orphaned debug macro
 > Patch 12/15: Fix warnings in dev_dbg by adding two casts
 > Patch 13/15: Fixes code indentation
 > Patch 14/15: Add a generic port macro
 > Patch 15/15: Refactor a switch/case statement
->=20
+> 
 > Remaining checkpatch warnings after applying this patch series:
->=20
+> 
 > -line over 80 characters
 > 	This error mostly occurs in serial_cs.c, which contains long-
 > lined
 > 	macro calls. However, splitting these calls into multiple lines
 > would
 > 	not increase readability.
->=20
+> 
 > -externs should be avoided in .c files
 > 	This occurs in 8250_hp300.c. There is no corresponding header
 > file
 > 	the extern statement could be moved to. It could be moved to
 > 8250.h
 > 	but this would affect other .c files.
->=20
+> 
 > -Use #include <linux/*.h> instead of <asm/*.h>
 > 	This warning has been left open for more experienced kernel
 > hackers.
@@ -83,71 +78,51 @@ gle line
 > 	serial8250_isa_init_ports(). Maybe a checkpatch exception
 > should
 > 	be added for this particular warning.
->=20
+> 
 > -quoted string split across lines
 > 	These strings were ignored because they otherwise would exceed
 > 	80 characters in a single line. These particular strings use
 > 	format specifiers, which break the ability to grep for them
 > anyway.
->=20
+> 
 > Anton Wuerfel (15):
 > Phillip Raffeck (15):
-> =C2=A0 tty: serial: 8250: Fix whitespace errors
-> =C2=A0 tty: serial: 8250: Replace spaces with tabs
-> =C2=A0 tty: serial: 8250: Fix braces after struct
-> =C2=A0 tty: serial: 8250: Fix multiline comment style
-> =C2=A0 tty: serial: 8250: Remove else after return
-> =C2=A0 tty: serial: 8250: Move EXPORT_SYMBOL to function
-> =C2=A0 tty: serial: 8250: Fix line continuation warning
-> =C2=A0 tty: serial: 8250: Add parentheses to macro
-> =C2=A0 tty: serial: 8250: Fix multi-line strings
-> =C2=A0 tty: serial: 8250: Correct conversion specifiers
-> =C2=A0 tty: serial: 8250: Merge duplicate conditions
-> =C2=A0 tty: serial: 8250: Fix indentation warnings
-> =C2=A0 tty: serial: 8250: Add generic port init macro
-> =C2=A0 tty: serial: 8250: Suitably replace printk
-> =C2=A0 tty: serial: 8250: Remove SERIAL_DEBUG_PNP macro
->=20
-> =C2=A0drivers/tty/serial/8250/8250.h=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
-=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| 12 ++++
-> =C2=A0drivers/tty/serial/8250/8250_accent.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=
-=A0=C2=A0=C2=A0=C2=A0| 13 +---
-> =C2=A0drivers/tty/serial/8250/8250_acorn.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=
-=A0=C2=A0=C2=A0=C2=A0=C2=A0|=C2=A0=C2=A02 +-
-> =C2=A0drivers/tty/serial/8250/8250_boca.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
-=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| 41 ++++++-------
-> =C2=A0drivers/tty/serial/8250/8250_core.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
-=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| 15 ++---
-> =C2=A0drivers/tty/serial/8250/8250_exar_st16c554.c | 17 ++----
-> =C2=A0drivers/tty/serial/8250/8250_fourport.c=C2=A0=C2=A0=C2=A0=C2=A0=
-=C2=A0=C2=A0| 28 ++++-----
-> =C2=A0drivers/tty/serial/8250/8250_gsc.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
-=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0|=C2=A0=C2=A07 ++-
-> =C2=A0drivers/tty/serial/8250/8250_hp300.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=
-=A0=C2=A0=C2=A0=C2=A0=C2=A0| 27 +++++----
-> =C2=A0drivers/tty/serial/8250/8250_hub6.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
-=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0|=C2=A0=C2=A02 +-
-> =C2=A0drivers/tty/serial/8250/8250_ingenic.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=
-=A0=C2=A0=C2=A0| 12 ++--
-> =C2=A0drivers/tty/serial/8250/8250_pci.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
-=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| 60 ++++++++++------
+>   tty: serial: 8250: Fix whitespace errors
+>   tty: serial: 8250: Replace spaces with tabs
+>   tty: serial: 8250: Fix braces after struct
+>   tty: serial: 8250: Fix multiline comment style
+>   tty: serial: 8250: Remove else after return
+>   tty: serial: 8250: Move EXPORT_SYMBOL to function
+>   tty: serial: 8250: Fix line continuation warning
+>   tty: serial: 8250: Add parentheses to macro
+>   tty: serial: 8250: Fix multi-line strings
+>   tty: serial: 8250: Correct conversion specifiers
+>   tty: serial: 8250: Merge duplicate conditions
+>   tty: serial: 8250: Fix indentation warnings
+>   tty: serial: 8250: Add generic port init macro
+>   tty: serial: 8250: Suitably replace printk
+>   tty: serial: 8250: Remove SERIAL_DEBUG_PNP macro
+> 
+>  drivers/tty/serial/8250/8250.h               | 12 ++++
+>  drivers/tty/serial/8250/8250_accent.c        | 13 +---
+>  drivers/tty/serial/8250/8250_acorn.c         |  2 +-
+>  drivers/tty/serial/8250/8250_boca.c          | 41 ++++++-------
+>  drivers/tty/serial/8250/8250_core.c          | 15 ++---
+>  drivers/tty/serial/8250/8250_exar_st16c554.c | 17 ++----
+>  drivers/tty/serial/8250/8250_fourport.c      | 28 ++++-----
+>  drivers/tty/serial/8250/8250_gsc.c           |  7 ++-
+>  drivers/tty/serial/8250/8250_hp300.c         | 27 +++++----
+>  drivers/tty/serial/8250/8250_hub6.c          |  2 +-
+>  drivers/tty/serial/8250/8250_ingenic.c       | 12 ++--
+>  drivers/tty/serial/8250/8250_pci.c           | 60 ++++++++++------
 > ---
-> =C2=A0drivers/tty/serial/8250/8250_pnp.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
-=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| 28 +++++----
-> =C2=A0drivers/tty/serial/8250/8250_port.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
-=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| 47 ++++++++-------
-> =C2=A0drivers/tty/serial/8250/serial_cs.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
-=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| 90 +++++++++++++++---
+>  drivers/tty/serial/8250/8250_pnp.c           | 28 +++++----
+>  drivers/tty/serial/8250/8250_port.c          | 47 ++++++++-------
+>  drivers/tty/serial/8250/serial_cs.c          | 90 +++++++++++++++---
 > ----------
-> =C2=A015 files changed, 203 insertions(+), 198 deletions(-)
->=20
+>  15 files changed, 203 insertions(+), 198 deletions(-)
+> 
 
---=20
+-- 
 Andy Shevchenko <andriy.shevchenko@linux.intel.com>
 Intel Finland Oy
-
---
-To unsubscribe from this list: send the line "unsubscribe linux-parisc"=
- in
-the body of a message to majordomo@vger.kernel.org
-More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N2/content_digest
index dbd5c60..9352b2c 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -23,14 +23,14 @@
  "b\0"
  "On Wed, 2016-01-13 at 22:29 +0100, Anton Wuerfel wrote:\n"
  "> Hello Andy,\n"
- ">=20\n"
+ "> \n"
  "> > Also, please thin out the Cc list, I would recommend remove just\n"
  "> > ordinary commiters (with maybe few exceptions) and leave\n"
- "> > maintainers.=C2=A0\n"
+ "> > maintainers.\302\240\n"
  "> > Moreover some addresses are bounced.\n"
  "> I thinned out the Cc list and left over only maintainers and major\n"
  "> contributors to the code.\n"
- ">=20\n"
+ "> \n"
  "> > Yep!\n"
  "> > However, you forgot to fix switch-case as well.\n"
  "> Phillip and me are kind of git magicians. We can make code disappear\n"
@@ -38,7 +38,7 @@
  "> rebase :-) The piece of code was part of a commit, but it never made\n"
  "> it into\n"
  "> the final patch file.\n"
- "> =C2=A0\n"
+ "> \302\240\n"
  "> I hope, there are no major issues with our patch set.\n"
  "\n"
  "There are comments regarding patch 12, otherwise FWIW:\n"
@@ -46,53 +46,48 @@
  "Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>\n"
  "\n"
  "\n"
- ">=20\n"
+ "> \n"
  "> Regards,\n"
  "> Anton Wuerfel\n"
  "> Phillip Raffeck\n"
- ">=20\n"
+ "> \n"
  "> This patch set fixes several checkpatch warnings in tty/serial/8250.\n"
- ">=20\n"
- "> Patch 1/15:=C2=A0=C2=A0Adds missing spaces (mainly to function/macro =\n"
- "headers)\n"
- "> Patch 2/15:=C2=A0=C2=A0Replace spaces with tabs wherever possible\n"
- "> Patch 3/15:=C2=A0=C2=A0Slight patch which moves an opening curly brac=\n"
- "e\n"
- "> Patch 4/15:=C2=A0=C2=A0Fixes multiline comment style\n"
- "> Patch 5/15:=C2=A0=C2=A0Removes else blocks after return statements\n"
- "> Patch 6/15:=C2=A0=C2=A0Slight patch which moves EXPORT_SYMBOL macro t=\n"
- "o correct\n"
+ "> \n"
+ "> Patch 1/15:\302\240\302\240Adds missing spaces (mainly to function/macro headers)\n"
+ "> Patch 2/15:\302\240\302\240Replace spaces with tabs wherever possible\n"
+ "> Patch 3/15:\302\240\302\240Slight patch which moves an opening curly brace\n"
+ "> Patch 4/15:\302\240\302\240Fixes multiline comment style\n"
+ "> Patch 5/15:\302\240\302\240Removes else blocks after return statements\n"
+ "> Patch 6/15:\302\240\302\240Slight patch which moves EXPORT_SYMBOL macro to correct\n"
  "> position\n"
- "> Patch 7/15:=C2=A0=C2=A0Slight patch which removes an unneccessary lin=\n"
- "e\n"
+ "> Patch 7/15:\302\240\302\240Slight patch which removes an unneccessary line\n"
  "> continuation\n"
- "> Patch 8/15:=C2=A0=C2=A0Slight patch which adds parentheses to a macro\n"
+ "> Patch 8/15:\302\240\302\240Slight patch which adds parentheses to a macro\n"
  "> definition\n"
- "> Patch 9/15:=C2=A0=C2=A0Merges user-visible multiline strings to a sin=\n"
- "gle line\n"
+ "> Patch 9/15:\302\240\302\240Merges user-visible multiline strings to a single line\n"
  "> Patch 10/15: Replace printk by dev_* or pr_* where appropriate\n"
  "> Patch 11/15: Remove orphaned debug macro\n"
  "> Patch 12/15: Fix warnings in dev_dbg by adding two casts\n"
  "> Patch 13/15: Fixes code indentation\n"
  "> Patch 14/15: Add a generic port macro\n"
  "> Patch 15/15: Refactor a switch/case statement\n"
- ">=20\n"
+ "> \n"
  "> Remaining checkpatch warnings after applying this patch series:\n"
- ">=20\n"
+ "> \n"
  "> -line over 80 characters\n"
  "> \tThis error mostly occurs in serial_cs.c, which contains long-\n"
  "> lined\n"
  "> \tmacro calls. However, splitting these calls into multiple lines\n"
  "> would\n"
  "> \tnot increase readability.\n"
- ">=20\n"
+ "> \n"
  "> -externs should be avoided in .c files\n"
  "> \tThis occurs in 8250_hp300.c. There is no corresponding header\n"
  "> file\n"
  "> \tthe extern statement could be moved to. It could be moved to\n"
  "> 8250.h\n"
  "> \tbut this would affect other .c files.\n"
- ">=20\n"
+ "> \n"
  "> -Use #include <linux/*.h> instead of <asm/*.h>\n"
  "> \tThis warning has been left open for more experienced kernel\n"
  "> hackers.\n"
@@ -106,73 +101,53 @@
  "> \tserial8250_isa_init_ports(). Maybe a checkpatch exception\n"
  "> should\n"
  "> \tbe added for this particular warning.\n"
- ">=20\n"
+ "> \n"
  "> -quoted string split across lines\n"
  "> \tThese strings were ignored because they otherwise would exceed\n"
  "> \t80 characters in a single line. These particular strings use\n"
  "> \tformat specifiers, which break the ability to grep for them\n"
  "> anyway.\n"
- ">=20\n"
+ "> \n"
  "> Anton Wuerfel (15):\n"
  "> Phillip Raffeck (15):\n"
- "> =C2=A0 tty: serial: 8250: Fix whitespace errors\n"
- "> =C2=A0 tty: serial: 8250: Replace spaces with tabs\n"
- "> =C2=A0 tty: serial: 8250: Fix braces after struct\n"
- "> =C2=A0 tty: serial: 8250: Fix multiline comment style\n"
- "> =C2=A0 tty: serial: 8250: Remove else after return\n"
- "> =C2=A0 tty: serial: 8250: Move EXPORT_SYMBOL to function\n"
- "> =C2=A0 tty: serial: 8250: Fix line continuation warning\n"
- "> =C2=A0 tty: serial: 8250: Add parentheses to macro\n"
- "> =C2=A0 tty: serial: 8250: Fix multi-line strings\n"
- "> =C2=A0 tty: serial: 8250: Correct conversion specifiers\n"
- "> =C2=A0 tty: serial: 8250: Merge duplicate conditions\n"
- "> =C2=A0 tty: serial: 8250: Fix indentation warnings\n"
- "> =C2=A0 tty: serial: 8250: Add generic port init macro\n"
- "> =C2=A0 tty: serial: 8250: Suitably replace printk\n"
- "> =C2=A0 tty: serial: 8250: Remove SERIAL_DEBUG_PNP macro\n"
- ">=20\n"
- "> =C2=A0drivers/tty/serial/8250/8250.h=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=\n"
- "=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| 12 ++++\n"
- "> =C2=A0drivers/tty/serial/8250/8250_accent.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=\n"
- "=A0=C2=A0=C2=A0=C2=A0| 13 +---\n"
- "> =C2=A0drivers/tty/serial/8250/8250_acorn.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=\n"
- "=A0=C2=A0=C2=A0=C2=A0=C2=A0|=C2=A0=C2=A02 +-\n"
- "> =C2=A0drivers/tty/serial/8250/8250_boca.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=\n"
- "=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| 41 ++++++-------\n"
- "> =C2=A0drivers/tty/serial/8250/8250_core.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=\n"
- "=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| 15 ++---\n"
- "> =C2=A0drivers/tty/serial/8250/8250_exar_st16c554.c | 17 ++----\n"
- "> =C2=A0drivers/tty/serial/8250/8250_fourport.c=C2=A0=C2=A0=C2=A0=C2=A0=\n"
- "=C2=A0=C2=A0| 28 ++++-----\n"
- "> =C2=A0drivers/tty/serial/8250/8250_gsc.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=\n"
- "=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0|=C2=A0=C2=A07 ++-\n"
- "> =C2=A0drivers/tty/serial/8250/8250_hp300.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=\n"
- "=A0=C2=A0=C2=A0=C2=A0=C2=A0| 27 +++++----\n"
- "> =C2=A0drivers/tty/serial/8250/8250_hub6.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=\n"
- "=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0|=C2=A0=C2=A02 +-\n"
- "> =C2=A0drivers/tty/serial/8250/8250_ingenic.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=\n"
- "=A0=C2=A0=C2=A0| 12 ++--\n"
- "> =C2=A0drivers/tty/serial/8250/8250_pci.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=\n"
- "=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| 60 ++++++++++------\n"
+ "> \302\240 tty: serial: 8250: Fix whitespace errors\n"
+ "> \302\240 tty: serial: 8250: Replace spaces with tabs\n"
+ "> \302\240 tty: serial: 8250: Fix braces after struct\n"
+ "> \302\240 tty: serial: 8250: Fix multiline comment style\n"
+ "> \302\240 tty: serial: 8250: Remove else after return\n"
+ "> \302\240 tty: serial: 8250: Move EXPORT_SYMBOL to function\n"
+ "> \302\240 tty: serial: 8250: Fix line continuation warning\n"
+ "> \302\240 tty: serial: 8250: Add parentheses to macro\n"
+ "> \302\240 tty: serial: 8250: Fix multi-line strings\n"
+ "> \302\240 tty: serial: 8250: Correct conversion specifiers\n"
+ "> \302\240 tty: serial: 8250: Merge duplicate conditions\n"
+ "> \302\240 tty: serial: 8250: Fix indentation warnings\n"
+ "> \302\240 tty: serial: 8250: Add generic port init macro\n"
+ "> \302\240 tty: serial: 8250: Suitably replace printk\n"
+ "> \302\240 tty: serial: 8250: Remove SERIAL_DEBUG_PNP macro\n"
+ "> \n"
+ "> \302\240drivers/tty/serial/8250/8250.h\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240| 12 ++++\n"
+ "> \302\240drivers/tty/serial/8250/8250_accent.c\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240| 13 +---\n"
+ "> \302\240drivers/tty/serial/8250/8250_acorn.c\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240|\302\240\302\2402 +-\n"
+ "> \302\240drivers/tty/serial/8250/8250_boca.c\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240| 41 ++++++-------\n"
+ "> \302\240drivers/tty/serial/8250/8250_core.c\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240| 15 ++---\n"
+ "> \302\240drivers/tty/serial/8250/8250_exar_st16c554.c | 17 ++----\n"
+ "> \302\240drivers/tty/serial/8250/8250_fourport.c\302\240\302\240\302\240\302\240\302\240\302\240| 28 ++++-----\n"
+ "> \302\240drivers/tty/serial/8250/8250_gsc.c\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240|\302\240\302\2407 ++-\n"
+ "> \302\240drivers/tty/serial/8250/8250_hp300.c\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240| 27 +++++----\n"
+ "> \302\240drivers/tty/serial/8250/8250_hub6.c\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240|\302\240\302\2402 +-\n"
+ "> \302\240drivers/tty/serial/8250/8250_ingenic.c\302\240\302\240\302\240\302\240\302\240\302\240\302\240| 12 ++--\n"
+ "> \302\240drivers/tty/serial/8250/8250_pci.c\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240| 60 ++++++++++------\n"
  "> ---\n"
- "> =C2=A0drivers/tty/serial/8250/8250_pnp.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=\n"
- "=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| 28 +++++----\n"
- "> =C2=A0drivers/tty/serial/8250/8250_port.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=\n"
- "=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| 47 ++++++++-------\n"
- "> =C2=A0drivers/tty/serial/8250/serial_cs.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=\n"
- "=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| 90 +++++++++++++++---\n"
+ "> \302\240drivers/tty/serial/8250/8250_pnp.c\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240| 28 +++++----\n"
+ "> \302\240drivers/tty/serial/8250/8250_port.c\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240| 47 ++++++++-------\n"
+ "> \302\240drivers/tty/serial/8250/serial_cs.c\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240\302\240| 90 +++++++++++++++---\n"
  "> ----------\n"
- "> =C2=A015 files changed, 203 insertions(+), 198 deletions(-)\n"
- ">=20\n"
+ "> \302\24015 files changed, 203 insertions(+), 198 deletions(-)\n"
+ "> \n"
  "\n"
- "--=20\n"
+ "-- \n"
  "Andy Shevchenko <andriy.shevchenko@linux.intel.com>\n"
- "Intel Finland Oy\n"
- "\n"
- "--\n"
- "To unsubscribe from this list: send the line \"unsubscribe linux-parisc\"=\n"
- " in\n"
- "the body of a message to majordomo@vger.kernel.org\n"
- More majordomo info at  http://vger.kernel.org/majordomo-info.html
+ Intel Finland Oy
 
-70668d9563d535c411daa0bc2cbb572639c60c5ece17f3bb17aac89c6a1a472b
+07c7d813d7d2d0abaf741678a2a3c5176c5c80b233ed9f85373d650729c8e442

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.