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

diff --git a/a/1.txt b/N1/1.txt
index 82c2a53..01d22f0 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,23 +1,23 @@
 On Wed, 2015-12-16 at 16:36 +0100, Anton Wuerfel wrote:
 > This patch fixes a checkpatch warning caused by missing parentheses
 > in the definition of a macro.
->=20
-> 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
 > ---
-> =C2=A0drivers/tty/serial/8250/8250_core.c | 2 +-
-> =C2=A01 file changed, 1 insertion(+), 1 deletion(-)
->=20
+>  drivers/tty/serial/8250/8250_core.c | 2 +-
+>  1 file changed, 1 insertion(+), 1 deletion(-)
+> 
 > diff --git a/drivers/tty/serial/8250/8250_core.c
 > b/drivers/tty/serial/8250/8250_core.c
 > index 67147b2..3c29530 100644
 > --- a/drivers/tty/serial/8250/8250_core.c
 > +++ b/drivers/tty/serial/8250/8250_core.c
 > @@ -686,7 +686,7 @@ static int __init univ8250_console_init(void)
-> =C2=A0}
-> =C2=A0console_initcall(univ8250_console_init);
-> =C2=A0
+>  }
+>  console_initcall(univ8250_console_init);
+>  
 > -#define SERIAL8250_CONSOLE	&univ8250_console
 > +#define SERIAL8250_CONSOLE	(&univ8250_console)
 
@@ -26,15 +26,14 @@ What about the rest of the drivers under drivers/tty/serial?
 What do you propose to do with, for example, the following
 
 drivers/tty/serial/cpm_uart/cpm_uart_core.c:1392:#define
-CPM_UART_CONSOLE=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0&cpm_scc_uart=
-_console
+CPM_UART_CONSOLE       &cpm_scc_uart_console
 drivers/tty/serial/cpm_uart/cpm_uart_core.c:1394:#define
-CPM_UART_CONSOLE=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0NULL
+CPM_UART_CONSOLE       NULL
 
-> =C2=A0#else
-> =C2=A0#define SERIAL8250_CONSOLE	NULL
-> =C2=A0#endif
+>  #else
+>  #define SERIAL8250_CONSOLE	NULL
+>  #endif
 
---=20
+-- 
 Andy Shevchenko <andriy.shevchenko@linux.intel.com>
 Intel Finland Oy
diff --git a/a/content_digest b/N1/content_digest
index 0127b0b..30e2d0c 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -32,23 +32,23 @@
  "On Wed, 2015-12-16 at 16:36 +0100, Anton Wuerfel wrote:\n"
  "> This patch fixes a checkpatch warning caused by missing parentheses\n"
  "> in the definition of a macro.\n"
- ">=20\n"
- "> Signed-off-by: Anton W=C3=BCrfel <anton.wuerfel@fau.de>\n"
+ "> \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"
- "> =C2=A0drivers/tty/serial/8250/8250_core.c | 2 +-\n"
- "> =C2=A01 file changed, 1 insertion(+), 1 deletion(-)\n"
- ">=20\n"
+ "> \302\240drivers/tty/serial/8250/8250_core.c | 2 +-\n"
+ "> \302\2401 file changed, 1 insertion(+), 1 deletion(-)\n"
+ "> \n"
  "> diff --git a/drivers/tty/serial/8250/8250_core.c\n"
  "> b/drivers/tty/serial/8250/8250_core.c\n"
  "> index 67147b2..3c29530 100644\n"
  "> --- a/drivers/tty/serial/8250/8250_core.c\n"
  "> +++ b/drivers/tty/serial/8250/8250_core.c\n"
  "> @@ -686,7 +686,7 @@ static int __init univ8250_console_init(void)\n"
- "> =C2=A0}\n"
- "> =C2=A0console_initcall(univ8250_console_init);\n"
- "> =C2=A0\n"
+ "> \302\240}\n"
+ "> \302\240console_initcall(univ8250_console_init);\n"
+ "> \302\240\n"
  "> -#define SERIAL8250_CONSOLE\t&univ8250_console\n"
  "> +#define SERIAL8250_CONSOLE\t(&univ8250_console)\n"
  "\n"
@@ -57,17 +57,16 @@
  "What do you propose to do with, for example, the following\n"
  "\n"
  "drivers/tty/serial/cpm_uart/cpm_uart_core.c:1392:#define\n"
- "CPM_UART_CONSOLE=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0&cpm_scc_uart=\n"
- "_console\n"
+ "CPM_UART_CONSOLE\302\240\302\240\302\240\302\240\302\240\302\240\302\240&cpm_scc_uart_console\n"
  "drivers/tty/serial/cpm_uart/cpm_uart_core.c:1394:#define\n"
- "CPM_UART_CONSOLE=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0NULL\n"
+ "CPM_UART_CONSOLE\302\240\302\240\302\240\302\240\302\240\302\240\302\240NULL\n"
  "\n"
- "> =C2=A0#else\n"
- "> =C2=A0#define SERIAL8250_CONSOLE\tNULL\n"
- "> =C2=A0#endif\n"
+ "> \302\240#else\n"
+ "> \302\240#define SERIAL8250_CONSOLE\tNULL\n"
+ "> \302\240#endif\n"
  "\n"
- "--=20\n"
+ "-- \n"
  "Andy Shevchenko <andriy.shevchenko@linux.intel.com>\n"
  Intel Finland Oy
 
-97a0b9d28da31c884d1de40bbbe0dc6bcf0909aa600fff4d4fe1afc52474c90c
+ca60994491845703ad94074e741fea168a6abca26da65b63fd09afbfb60b81e3

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.