All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <56719A27.4060102@hurleysoftware.com>

diff --git a/a/1.txt b/N1/1.txt
index c4afb36..cab4047 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,29 +1,27 @@
 On 12/16/2015 07:36 AM, Anton Wuerfel wrote:
-> This patch moves EXPORT_SYMBOL macros directly after the definition o=
-f
+> This patch moves EXPORT_SYMBOL macros directly after the definition of
 > the corresponding symbol to remove checkpatch warnings.
 
 Ok.
 
 
-> Signed-off-by: Anton W=C3=BCrfel <anton.wuerfel@fau.de>
+> Signed-off-by: Anton Würfel <anton.wuerfel@fau.de>
 > Signed-off-by: Phillip Raffeck <phillip.raffeck@fau.de>
 > CC: linux-kernel@i4.cs.fau.de
 > ---
 >  drivers/tty/serial/8250/8250_core.c | 5 ++---
 >  1 file changed, 2 insertions(+), 3 deletions(-)
->=20
-> diff --git a/drivers/tty/serial/8250/8250_core.c b/drivers/tty/serial=
-/8250/8250_core.c
+> 
+> diff --git a/drivers/tty/serial/8250/8250_core.c b/drivers/tty/serial/8250/8250_core.c
 > index 89a20c9..67147b2 100644
 > --- a/drivers/tty/serial/8250/8250_core.c
 > +++ b/drivers/tty/serial/8250/8250_core.c
 > @@ -764,6 +764,7 @@ void serial8250_suspend_port(int line)
-> =20
+>  
 >  	uart_suspend_port(&serial8250_reg, port);
 >  }
 > +EXPORT_SYMBOL(serial8250_suspend_port);
-> =20
+>  
 >  /**
 >   *	serial8250_resume_port - resume one serial port
 > @@ -789,6 +790,7 @@ void serial8250_resume_port(int line)
@@ -31,24 +29,22 @@ Ok.
 >  	uart_resume_port(&serial8250_reg, port);
 >  }
 > +EXPORT_SYMBOL(serial8250_resume_port);
-> =20
+>  
 >  /*
->   * Register a set of serial devices attached to a platform device.  =
-The
+>   * Register a set of serial devices attached to a platform device.  The
 > @@ -1168,9 +1170,6 @@ static void __exit serial8250_exit(void)
 >  module_init(serial8250_init);
 >  module_exit(serial8250_exit);
-> =20
+>  
 > -EXPORT_SYMBOL(serial8250_suspend_port);
 > -EXPORT_SYMBOL(serial8250_resume_port);
 > -
 >  MODULE_LICENSE("GPL");
 >  MODULE_DESCRIPTION("Generic 8250/16x50 serial driver");
-> =20
->=20
+>  
+> 
 
 --
-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 3b327ba..09ab604 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -30,31 +30,29 @@
  "\00:1\0"
  "b\0"
  "On 12/16/2015 07:36 AM, Anton Wuerfel wrote:\n"
- "> This patch moves EXPORT_SYMBOL macros directly after the definition o=\n"
- "f\n"
+ "> This patch moves EXPORT_SYMBOL macros directly after the definition of\n"
  "> the corresponding symbol to remove checkpatch warnings.\n"
  "\n"
  "Ok.\n"
  "\n"
  "\n"
- "> Signed-off-by: Anton W=C3=BCrfel <anton.wuerfel@fau.de>\n"
+ "> Signed-off-by: Anton W\303\274rfel <anton.wuerfel@fau.de>\n"
  "> Signed-off-by: Phillip Raffeck <phillip.raffeck@fau.de>\n"
  "> CC: linux-kernel@i4.cs.fau.de\n"
  "> ---\n"
  ">  drivers/tty/serial/8250/8250_core.c | 5 ++---\n"
  ">  1 file changed, 2 insertions(+), 3 deletions(-)\n"
- ">=20\n"
- "> diff --git a/drivers/tty/serial/8250/8250_core.c b/drivers/tty/serial=\n"
- "/8250/8250_core.c\n"
+ "> \n"
+ "> diff --git a/drivers/tty/serial/8250/8250_core.c b/drivers/tty/serial/8250/8250_core.c\n"
  "> index 89a20c9..67147b2 100644\n"
  "> --- a/drivers/tty/serial/8250/8250_core.c\n"
  "> +++ b/drivers/tty/serial/8250/8250_core.c\n"
  "> @@ -764,6 +764,7 @@ void serial8250_suspend_port(int line)\n"
- "> =20\n"
+ ">  \n"
  ">  \tuart_suspend_port(&serial8250_reg, port);\n"
  ">  }\n"
  "> +EXPORT_SYMBOL(serial8250_suspend_port);\n"
- "> =20\n"
+ ">  \n"
  ">  /**\n"
  ">   *\tserial8250_resume_port - resume one serial port\n"
  "> @@ -789,6 +790,7 @@ void serial8250_resume_port(int line)\n"
@@ -62,26 +60,24 @@
  ">  \tuart_resume_port(&serial8250_reg, port);\n"
  ">  }\n"
  "> +EXPORT_SYMBOL(serial8250_resume_port);\n"
- "> =20\n"
+ ">  \n"
  ">  /*\n"
- ">   * Register a set of serial devices attached to a platform device.  =\n"
- "The\n"
+ ">   * Register a set of serial devices attached to a platform device.  The\n"
  "> @@ -1168,9 +1170,6 @@ static void __exit serial8250_exit(void)\n"
  ">  module_init(serial8250_init);\n"
  ">  module_exit(serial8250_exit);\n"
- "> =20\n"
+ ">  \n"
  "> -EXPORT_SYMBOL(serial8250_suspend_port);\n"
  "> -EXPORT_SYMBOL(serial8250_resume_port);\n"
  "> -\n"
  ">  MODULE_LICENSE(\"GPL\");\n"
  ">  MODULE_DESCRIPTION(\"Generic 8250/16x50 serial driver\");\n"
- "> =20\n"
- ">=20\n"
+ ">  \n"
+ "> \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
 
-af9d72403d01539daa477930448a8553b35450098d0bc4cc5b415f51d5287b72
+d62bf1f95b5f85c5d8a4a2bf531f6f08f38613a9c722daeb12ab4ebd952a7398

diff --git a/a/1.txt b/N2/1.txt
index c4afb36..9d893d9 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,29 +1,27 @@
 On 12/16/2015 07:36 AM, Anton Wuerfel wrote:
-> This patch moves EXPORT_SYMBOL macros directly after the definition o=
-f
+> This patch moves EXPORT_SYMBOL macros directly after the definition of
 > the corresponding symbol to remove checkpatch warnings.
 
 Ok.
 
 
-> Signed-off-by: Anton W=C3=BCrfel <anton.wuerfel@fau.de>
+> Signed-off-by: Anton Würfel <anton.wuerfel@fau.de>
 > Signed-off-by: Phillip Raffeck <phillip.raffeck@fau.de>
 > CC: linux-kernel@i4.cs.fau.de
 > ---
 >  drivers/tty/serial/8250/8250_core.c | 5 ++---
 >  1 file changed, 2 insertions(+), 3 deletions(-)
->=20
-> diff --git a/drivers/tty/serial/8250/8250_core.c b/drivers/tty/serial=
-/8250/8250_core.c
+> 
+> diff --git a/drivers/tty/serial/8250/8250_core.c b/drivers/tty/serial/8250/8250_core.c
 > index 89a20c9..67147b2 100644
 > --- a/drivers/tty/serial/8250/8250_core.c
 > +++ b/drivers/tty/serial/8250/8250_core.c
 > @@ -764,6 +764,7 @@ void serial8250_suspend_port(int line)
-> =20
+>  
 >  	uart_suspend_port(&serial8250_reg, port);
 >  }
 > +EXPORT_SYMBOL(serial8250_suspend_port);
-> =20
+>  
 >  /**
 >   *	serial8250_resume_port - resume one serial port
 > @@ -789,6 +790,7 @@ void serial8250_resume_port(int line)
@@ -31,24 +29,17 @@ Ok.
 >  	uart_resume_port(&serial8250_reg, port);
 >  }
 > +EXPORT_SYMBOL(serial8250_resume_port);
-> =20
+>  
 >  /*
->   * Register a set of serial devices attached to a platform device.  =
-The
+>   * Register a set of serial devices attached to a platform device.  The
 > @@ -1168,9 +1170,6 @@ static void __exit serial8250_exit(void)
 >  module_init(serial8250_init);
 >  module_exit(serial8250_exit);
-> =20
+>  
 > -EXPORT_SYMBOL(serial8250_suspend_port);
 > -EXPORT_SYMBOL(serial8250_resume_port);
 > -
 >  MODULE_LICENSE("GPL");
 >  MODULE_DESCRIPTION("Generic 8250/16x50 serial driver");
-> =20
->=20
-
---
-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 3b327ba..c7e49b7 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -30,31 +30,29 @@
  "\00:1\0"
  "b\0"
  "On 12/16/2015 07:36 AM, Anton Wuerfel wrote:\n"
- "> This patch moves EXPORT_SYMBOL macros directly after the definition o=\n"
- "f\n"
+ "> This patch moves EXPORT_SYMBOL macros directly after the definition of\n"
  "> the corresponding symbol to remove checkpatch warnings.\n"
  "\n"
  "Ok.\n"
  "\n"
  "\n"
- "> Signed-off-by: Anton W=C3=BCrfel <anton.wuerfel@fau.de>\n"
+ "> Signed-off-by: Anton W\303\274rfel <anton.wuerfel@fau.de>\n"
  "> Signed-off-by: Phillip Raffeck <phillip.raffeck@fau.de>\n"
  "> CC: linux-kernel@i4.cs.fau.de\n"
  "> ---\n"
  ">  drivers/tty/serial/8250/8250_core.c | 5 ++---\n"
  ">  1 file changed, 2 insertions(+), 3 deletions(-)\n"
- ">=20\n"
- "> diff --git a/drivers/tty/serial/8250/8250_core.c b/drivers/tty/serial=\n"
- "/8250/8250_core.c\n"
+ "> \n"
+ "> diff --git a/drivers/tty/serial/8250/8250_core.c b/drivers/tty/serial/8250/8250_core.c\n"
  "> index 89a20c9..67147b2 100644\n"
  "> --- a/drivers/tty/serial/8250/8250_core.c\n"
  "> +++ b/drivers/tty/serial/8250/8250_core.c\n"
  "> @@ -764,6 +764,7 @@ void serial8250_suspend_port(int line)\n"
- "> =20\n"
+ ">  \n"
  ">  \tuart_suspend_port(&serial8250_reg, port);\n"
  ">  }\n"
  "> +EXPORT_SYMBOL(serial8250_suspend_port);\n"
- "> =20\n"
+ ">  \n"
  ">  /**\n"
  ">   *\tserial8250_resume_port - resume one serial port\n"
  "> @@ -789,6 +790,7 @@ void serial8250_resume_port(int line)\n"
@@ -62,26 +60,19 @@
  ">  \tuart_resume_port(&serial8250_reg, port);\n"
  ">  }\n"
  "> +EXPORT_SYMBOL(serial8250_resume_port);\n"
- "> =20\n"
+ ">  \n"
  ">  /*\n"
- ">   * Register a set of serial devices attached to a platform device.  =\n"
- "The\n"
+ ">   * Register a set of serial devices attached to a platform device.  The\n"
  "> @@ -1168,9 +1170,6 @@ static void __exit serial8250_exit(void)\n"
  ">  module_init(serial8250_init);\n"
  ">  module_exit(serial8250_exit);\n"
- "> =20\n"
+ ">  \n"
  "> -EXPORT_SYMBOL(serial8250_suspend_port);\n"
  "> -EXPORT_SYMBOL(serial8250_resume_port);\n"
  "> -\n"
  ">  MODULE_LICENSE(\"GPL\");\n"
  ">  MODULE_DESCRIPTION(\"Generic 8250/16x50 serial driver\");\n"
- "> =20\n"
- ">=20\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
+ ">  \n"
+ >
 
-af9d72403d01539daa477930448a8553b35450098d0bc4cc5b415f51d5287b72
+82ed1fa4ceba92109e333d62258602246450a60c78096b37bd560b9242fb5ff7

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.