All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1450437723-2978-3-git-send-email-anton.wuerfel@fau.de>

diff --git a/a/1.txt b/N1/1.txt
index b109872..8ab831b 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,8 +1,7 @@
-Indentation is changed to match the correct format of using tabs instea=
-d
+Indentation is changed to match the correct format of using tabs instead
 of spaces wherever possible.
 
-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
 ---
@@ -12,32 +11,30 @@ v2: Split patch
  drivers/tty/serial/8250/8250_port.c |  4 ++--
  2 files changed, 8 insertions(+), 8 deletions(-)
 
-diff --git a/drivers/tty/serial/8250/8250_pci.c b/drivers/tty/serial/82=
-50/8250_pci.c
+diff --git a/drivers/tty/serial/8250/8250_pci.c b/drivers/tty/serial/8250/8250_pci.c
 index ccf43cb..7f9f245 100644
 --- a/drivers/tty/serial/8250/8250_pci.c
 +++ b/drivers/tty/serial/8250/8250_pci.c
 @@ -721,7 +721,7 @@ static int pci_ni8430_init(struct pci_dev *dev)
  	 */
  	pcibios_resource_to_bus(dev->bus, &region, &dev->resource[bar]);
- 	device_window =3D ((region.start + MITE_IOWBSR1_WIN_OFFSET) & 0xfffff=
-f00)
+ 	device_window = ((region.start + MITE_IOWBSR1_WIN_OFFSET) & 0xffffff00)
 -	                | MITE_IOWBSR1_WENAB | MITE_IOWBSR1_WSIZE;
 +			| MITE_IOWBSR1_WENAB | MITE_IOWBSR1_WSIZE;
  	writel(device_window, p + MITE_IOWBSR1);
-=20
+ 
  	/* Set window access to go to RAMSEL IO address space */
 @@ -1763,7 +1763,7 @@ xr17v35x_has_slave(struct serial_private *priv)
- 	const int dev_id =3D priv->dev->device;
-=20
- 	return ((dev_id =3D=3D PCI_DEVICE_ID_EXAR_XR17V4358) ||
--	        (dev_id =3D=3D PCI_DEVICE_ID_EXAR_XR17V8358));
-+		(dev_id =3D=3D PCI_DEVICE_ID_EXAR_XR17V8358));
+ 	const int dev_id = priv->dev->device;
+ 
+ 	return ((dev_id == PCI_DEVICE_ID_EXAR_XR17V4358) ||
+-	        (dev_id == PCI_DEVICE_ID_EXAR_XR17V8358));
++		(dev_id == PCI_DEVICE_ID_EXAR_XR17V8358));
  }
-=20
+ 
  static int
 @@ -1863,8 +1863,8 @@ pci_fastcom335_setup(struct serial_private *priv,
-=20
+ 
  static int
  pci_wch_ch353_setup(struct serial_private *priv,
 -                    const struct pciserial_board *board,
@@ -45,10 +42,10 @@ f00)
 +		    const struct pciserial_board *board,
 +		    struct uart_8250_port *port, int idx)
  {
- 	port->port.flags |=3D UPF_FIXED_TYPE;
- 	port->port.type =3D PORT_16550A;
+ 	port->port.flags |= UPF_FIXED_TYPE;
+ 	port->port.type = PORT_16550A;
 @@ -1873,8 +1873,8 @@ pci_wch_ch353_setup(struct serial_private *priv,
-=20
+ 
  static int
  pci_wch_ch38x_setup(struct serial_private *priv,
 -                    const struct pciserial_board *board,
@@ -56,39 +53,29 @@ f00)
 +		    const struct pciserial_board *board,
 +		    struct uart_8250_port *port, int idx)
  {
- 	port->port.flags |=3D UPF_FIXED_TYPE;
- 	port->port.type =3D PORT_16850;
-diff --git a/drivers/tty/serial/8250/8250_port.c b/drivers/tty/serial/8=
-250/8250_port.c
+ 	port->port.flags |= UPF_FIXED_TYPE;
+ 	port->port.type = PORT_16850;
+diff --git a/drivers/tty/serial/8250/8250_port.c b/drivers/tty/serial/8250/8250_port.c
 index 7f3bd7b..f2e588e 100644
 --- a/drivers/tty/serial/8250/8250_port.c
 +++ b/drivers/tty/serial/8250/8250_port.c
 @@ -52,7 +52,7 @@
  #define DEBUG_AUTOCONF(fmt...)	do { } while (0)
  #endif
-=20
+ 
 -#define BOTH_EMPTY 	(UART_LSR_TEMT | UART_LSR_THRE)
 +#define BOTH_EMPTY	(UART_LSR_TEMT | UART_LSR_THRE)
-=20
+ 
  /*
-  * Here we define the default xmit fifo size used for each type of UAR=
-T.
-@@ -2254,7 +2254,7 @@ serial8250_get_baud_rate(struct uart_port *port, =
-struct ktermios *termios,
-=20
+  * Here we define the default xmit fifo size used for each type of UART.
+@@ -2254,7 +2254,7 @@ serial8250_get_baud_rate(struct uart_port *port, struct ktermios *termios,
+ 
  void
- serial8250_do_set_termios(struct uart_port *port, struct ktermios *ter=
-mios,
+ serial8250_do_set_termios(struct uart_port *port, struct ktermios *termios,
 -		          struct ktermios *old)
 +			  struct ktermios *old)
  {
- 	struct uart_8250_port *up =3D up_to_u8250p(port);
+ 	struct uart_8250_port *up = up_to_u8250p(port);
  	unsigned char cval;
---=20
-1.9.1
-
---
-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
\ No newline at end of file
+-- 
+1.9.1
\ No newline at end of file
diff --git a/a/content_digest b/N1/content_digest
index a5b0c0d..f02cde3 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -36,7 +36,8 @@
   " linux-kernel\@vger.kernel.org",
   " linux-parisc\@vger.kernel.org",
   " linux-kernel\@i4.cs.fau.de",
-  " Anton Wuerfel <anto\0"
+  " Anton Wuerfel <anton.wuerfel\@fau.de>",
+  " Phillip Raffeck <phillip.raffeck\@fau.de>\0"
 ]
 [
   "\0000:1\0"
@@ -45,11 +46,10 @@
   "b\0"
 ]
 [
-  "Indentation is changed to match the correct format of using tabs instea=\n",
-  "d\n",
+  "Indentation is changed to match the correct format of using tabs instead\n",
   "of spaces wherever possible.\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",
@@ -59,32 +59,30 @@
   " drivers/tty/serial/8250/8250_port.c |  4 ++--\n",
   " 2 files changed, 8 insertions(+), 8 deletions(-)\n",
   "\n",
-  "diff --git a/drivers/tty/serial/8250/8250_pci.c b/drivers/tty/serial/82=\n",
-  "50/8250_pci.c\n",
+  "diff --git a/drivers/tty/serial/8250/8250_pci.c b/drivers/tty/serial/8250/8250_pci.c\n",
   "index ccf43cb..7f9f245 100644\n",
   "--- a/drivers/tty/serial/8250/8250_pci.c\n",
   "+++ b/drivers/tty/serial/8250/8250_pci.c\n",
   "\@\@ -721,7 +721,7 \@\@ static int pci_ni8430_init(struct pci_dev *dev)\n",
   " \t */\n",
   " \tpcibios_resource_to_bus(dev->bus, &region, &dev->resource[bar]);\n",
-  " \tdevice_window =3D ((region.start + MITE_IOWBSR1_WIN_OFFSET) & 0xfffff=\n",
-  "f00)\n",
+  " \tdevice_window = ((region.start + MITE_IOWBSR1_WIN_OFFSET) & 0xffffff00)\n",
   "-\t                | MITE_IOWBSR1_WENAB | MITE_IOWBSR1_WSIZE;\n",
   "+\t\t\t| MITE_IOWBSR1_WENAB | MITE_IOWBSR1_WSIZE;\n",
   " \twritel(device_window, p + MITE_IOWBSR1);\n",
-  "=20\n",
+  " \n",
   " \t/* Set window access to go to RAMSEL IO address space */\n",
   "\@\@ -1763,7 +1763,7 \@\@ xr17v35x_has_slave(struct serial_private *priv)\n",
-  " \tconst int dev_id =3D priv->dev->device;\n",
-  "=20\n",
-  " \treturn ((dev_id =3D=3D PCI_DEVICE_ID_EXAR_XR17V4358) ||\n",
-  "-\t        (dev_id =3D=3D PCI_DEVICE_ID_EXAR_XR17V8358));\n",
-  "+\t\t(dev_id =3D=3D PCI_DEVICE_ID_EXAR_XR17V8358));\n",
+  " \tconst int dev_id = priv->dev->device;\n",
+  " \n",
+  " \treturn ((dev_id == PCI_DEVICE_ID_EXAR_XR17V4358) ||\n",
+  "-\t        (dev_id == PCI_DEVICE_ID_EXAR_XR17V8358));\n",
+  "+\t\t(dev_id == PCI_DEVICE_ID_EXAR_XR17V8358));\n",
   " }\n",
-  "=20\n",
+  " \n",
   " static int\n",
   "\@\@ -1863,8 +1863,8 \@\@ pci_fastcom335_setup(struct serial_private *priv,\n",
-  "=20\n",
+  " \n",
   " static int\n",
   " pci_wch_ch353_setup(struct serial_private *priv,\n",
   "-                    const struct pciserial_board *board,\n",
@@ -92,10 +90,10 @@
   "+\t\t    const struct pciserial_board *board,\n",
   "+\t\t    struct uart_8250_port *port, int idx)\n",
   " {\n",
-  " \tport->port.flags |=3D UPF_FIXED_TYPE;\n",
-  " \tport->port.type =3D PORT_16550A;\n",
+  " \tport->port.flags |= UPF_FIXED_TYPE;\n",
+  " \tport->port.type = PORT_16550A;\n",
   "\@\@ -1873,8 +1873,8 \@\@ pci_wch_ch353_setup(struct serial_private *priv,\n",
-  "=20\n",
+  " \n",
   " static int\n",
   " pci_wch_ch38x_setup(struct serial_private *priv,\n",
   "-                    const struct pciserial_board *board,\n",
@@ -103,42 +101,32 @@
   "+\t\t    const struct pciserial_board *board,\n",
   "+\t\t    struct uart_8250_port *port, int idx)\n",
   " {\n",
-  " \tport->port.flags |=3D UPF_FIXED_TYPE;\n",
-  " \tport->port.type =3D PORT_16850;\n",
-  "diff --git a/drivers/tty/serial/8250/8250_port.c b/drivers/tty/serial/8=\n",
-  "250/8250_port.c\n",
+  " \tport->port.flags |= UPF_FIXED_TYPE;\n",
+  " \tport->port.type = PORT_16850;\n",
+  "diff --git a/drivers/tty/serial/8250/8250_port.c b/drivers/tty/serial/8250/8250_port.c\n",
   "index 7f3bd7b..f2e588e 100644\n",
   "--- a/drivers/tty/serial/8250/8250_port.c\n",
   "+++ b/drivers/tty/serial/8250/8250_port.c\n",
   "\@\@ -52,7 +52,7 \@\@\n",
   " #define DEBUG_AUTOCONF(fmt...)\tdo { } while (0)\n",
   " #endif\n",
-  "=20\n",
+  " \n",
   "-#define BOTH_EMPTY \t(UART_LSR_TEMT | UART_LSR_THRE)\n",
   "+#define BOTH_EMPTY\t(UART_LSR_TEMT | UART_LSR_THRE)\n",
-  "=20\n",
+  " \n",
   " /*\n",
-  "  * Here we define the default xmit fifo size used for each type of UAR=\n",
-  "T.\n",
-  "\@\@ -2254,7 +2254,7 \@\@ serial8250_get_baud_rate(struct uart_port *port, =\n",
-  "struct ktermios *termios,\n",
-  "=20\n",
+  "  * Here we define the default xmit fifo size used for each type of UART.\n",
+  "\@\@ -2254,7 +2254,7 \@\@ serial8250_get_baud_rate(struct uart_port *port, struct ktermios *termios,\n",
+  " \n",
   " void\n",
-  " serial8250_do_set_termios(struct uart_port *port, struct ktermios *ter=\n",
-  "mios,\n",
+  " serial8250_do_set_termios(struct uart_port *port, struct ktermios *termios,\n",
   "-\t\t          struct ktermios *old)\n",
   "+\t\t\t  struct ktermios *old)\n",
   " {\n",
-  " \tstruct uart_8250_port *up =3D up_to_u8250p(port);\n",
+  " \tstruct uart_8250_port *up = up_to_u8250p(port);\n",
   " \tunsigned char cval;\n",
-  "--=20\n",
-  "1.9.1\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",
+  "1.9.1"
 ]
 
-f5817f83a3a4a0bee777218a72b6a489f52fb438012acaa3dd8de0d286c6ebbe
+4bef84ea737d7bce9f4269dc5628312a17c18a0e72ff6fb0ae65b0cfe6725bbb

diff --git a/a/1.txt b/N2/1.txt
index b109872..71e3977 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,8 +1,7 @@
-Indentation is changed to match the correct format of using tabs instea=
-d
+Indentation is changed to match the correct format of using tabs instead
 of spaces wherever possible.
 
-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
 ---
@@ -12,32 +11,30 @@ v2: Split patch
  drivers/tty/serial/8250/8250_port.c |  4 ++--
  2 files changed, 8 insertions(+), 8 deletions(-)
 
-diff --git a/drivers/tty/serial/8250/8250_pci.c b/drivers/tty/serial/82=
-50/8250_pci.c
+diff --git a/drivers/tty/serial/8250/8250_pci.c b/drivers/tty/serial/8250/8250_pci.c
 index ccf43cb..7f9f245 100644
 --- a/drivers/tty/serial/8250/8250_pci.c
 +++ b/drivers/tty/serial/8250/8250_pci.c
 @@ -721,7 +721,7 @@ static int pci_ni8430_init(struct pci_dev *dev)
  	 */
  	pcibios_resource_to_bus(dev->bus, &region, &dev->resource[bar]);
- 	device_window =3D ((region.start + MITE_IOWBSR1_WIN_OFFSET) & 0xfffff=
-f00)
+ 	device_window = ((region.start + MITE_IOWBSR1_WIN_OFFSET) & 0xffffff00)
 -	                | MITE_IOWBSR1_WENAB | MITE_IOWBSR1_WSIZE;
 +			| MITE_IOWBSR1_WENAB | MITE_IOWBSR1_WSIZE;
  	writel(device_window, p + MITE_IOWBSR1);
-=20
+ 
  	/* Set window access to go to RAMSEL IO address space */
 @@ -1763,7 +1763,7 @@ xr17v35x_has_slave(struct serial_private *priv)
- 	const int dev_id =3D priv->dev->device;
-=20
- 	return ((dev_id =3D=3D PCI_DEVICE_ID_EXAR_XR17V4358) ||
--	        (dev_id =3D=3D PCI_DEVICE_ID_EXAR_XR17V8358));
-+		(dev_id =3D=3D PCI_DEVICE_ID_EXAR_XR17V8358));
+ 	const int dev_id = priv->dev->device;
+ 
+ 	return ((dev_id == PCI_DEVICE_ID_EXAR_XR17V4358) ||
+-	        (dev_id == PCI_DEVICE_ID_EXAR_XR17V8358));
++		(dev_id == PCI_DEVICE_ID_EXAR_XR17V8358));
  }
-=20
+ 
  static int
 @@ -1863,8 +1863,8 @@ pci_fastcom335_setup(struct serial_private *priv,
-=20
+ 
  static int
  pci_wch_ch353_setup(struct serial_private *priv,
 -                    const struct pciserial_board *board,
@@ -45,10 +42,10 @@ f00)
 +		    const struct pciserial_board *board,
 +		    struct uart_8250_port *port, int idx)
  {
- 	port->port.flags |=3D UPF_FIXED_TYPE;
- 	port->port.type =3D PORT_16550A;
+ 	port->port.flags |= UPF_FIXED_TYPE;
+ 	port->port.type = PORT_16550A;
 @@ -1873,8 +1873,8 @@ pci_wch_ch353_setup(struct serial_private *priv,
-=20
+ 
  static int
  pci_wch_ch38x_setup(struct serial_private *priv,
 -                    const struct pciserial_board *board,
@@ -56,39 +53,34 @@ f00)
 +		    const struct pciserial_board *board,
 +		    struct uart_8250_port *port, int idx)
  {
- 	port->port.flags |=3D UPF_FIXED_TYPE;
- 	port->port.type =3D PORT_16850;
-diff --git a/drivers/tty/serial/8250/8250_port.c b/drivers/tty/serial/8=
-250/8250_port.c
+ 	port->port.flags |= UPF_FIXED_TYPE;
+ 	port->port.type = PORT_16850;
+diff --git a/drivers/tty/serial/8250/8250_port.c b/drivers/tty/serial/8250/8250_port.c
 index 7f3bd7b..f2e588e 100644
 --- a/drivers/tty/serial/8250/8250_port.c
 +++ b/drivers/tty/serial/8250/8250_port.c
 @@ -52,7 +52,7 @@
  #define DEBUG_AUTOCONF(fmt...)	do { } while (0)
  #endif
-=20
+ 
 -#define BOTH_EMPTY 	(UART_LSR_TEMT | UART_LSR_THRE)
 +#define BOTH_EMPTY	(UART_LSR_TEMT | UART_LSR_THRE)
-=20
+ 
  /*
-  * Here we define the default xmit fifo size used for each type of UAR=
-T.
-@@ -2254,7 +2254,7 @@ serial8250_get_baud_rate(struct uart_port *port, =
-struct ktermios *termios,
-=20
+  * Here we define the default xmit fifo size used for each type of UART.
+@@ -2254,7 +2254,7 @@ serial8250_get_baud_rate(struct uart_port *port, struct ktermios *termios,
+ 
  void
- serial8250_do_set_termios(struct uart_port *port, struct ktermios *ter=
-mios,
+ serial8250_do_set_termios(struct uart_port *port, struct ktermios *termios,
 -		          struct ktermios *old)
 +			  struct ktermios *old)
  {
- 	struct uart_8250_port *up =3D up_to_u8250p(port);
+ 	struct uart_8250_port *up = up_to_u8250p(port);
  	unsigned char cval;
---=20
+-- 
 1.9.1
 
 --
-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
\ No newline at end of file
diff --git a/a/content_digest b/N2/content_digest
index a5b0c0d..be36096 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -36,7 +36,7 @@
   " linux-kernel\@vger.kernel.org",
   " linux-parisc\@vger.kernel.org",
   " linux-kernel\@i4.cs.fau.de",
-  " Anton Wuerfel <anto\0"
+  " Anton Wuerfel <anto>\0"
 ]
 [
   "\0000:1\0"
@@ -45,11 +45,10 @@
   "b\0"
 ]
 [
-  "Indentation is changed to match the correct format of using tabs instea=\n",
-  "d\n",
+  "Indentation is changed to match the correct format of using tabs instead\n",
   "of spaces wherever possible.\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",
@@ -59,32 +58,30 @@
   " drivers/tty/serial/8250/8250_port.c |  4 ++--\n",
   " 2 files changed, 8 insertions(+), 8 deletions(-)\n",
   "\n",
-  "diff --git a/drivers/tty/serial/8250/8250_pci.c b/drivers/tty/serial/82=\n",
-  "50/8250_pci.c\n",
+  "diff --git a/drivers/tty/serial/8250/8250_pci.c b/drivers/tty/serial/8250/8250_pci.c\n",
   "index ccf43cb..7f9f245 100644\n",
   "--- a/drivers/tty/serial/8250/8250_pci.c\n",
   "+++ b/drivers/tty/serial/8250/8250_pci.c\n",
   "\@\@ -721,7 +721,7 \@\@ static int pci_ni8430_init(struct pci_dev *dev)\n",
   " \t */\n",
   " \tpcibios_resource_to_bus(dev->bus, &region, &dev->resource[bar]);\n",
-  " \tdevice_window =3D ((region.start + MITE_IOWBSR1_WIN_OFFSET) & 0xfffff=\n",
-  "f00)\n",
+  " \tdevice_window = ((region.start + MITE_IOWBSR1_WIN_OFFSET) & 0xffffff00)\n",
   "-\t                | MITE_IOWBSR1_WENAB | MITE_IOWBSR1_WSIZE;\n",
   "+\t\t\t| MITE_IOWBSR1_WENAB | MITE_IOWBSR1_WSIZE;\n",
   " \twritel(device_window, p + MITE_IOWBSR1);\n",
-  "=20\n",
+  " \n",
   " \t/* Set window access to go to RAMSEL IO address space */\n",
   "\@\@ -1763,7 +1763,7 \@\@ xr17v35x_has_slave(struct serial_private *priv)\n",
-  " \tconst int dev_id =3D priv->dev->device;\n",
-  "=20\n",
-  " \treturn ((dev_id =3D=3D PCI_DEVICE_ID_EXAR_XR17V4358) ||\n",
-  "-\t        (dev_id =3D=3D PCI_DEVICE_ID_EXAR_XR17V8358));\n",
-  "+\t\t(dev_id =3D=3D PCI_DEVICE_ID_EXAR_XR17V8358));\n",
+  " \tconst int dev_id = priv->dev->device;\n",
+  " \n",
+  " \treturn ((dev_id == PCI_DEVICE_ID_EXAR_XR17V4358) ||\n",
+  "-\t        (dev_id == PCI_DEVICE_ID_EXAR_XR17V8358));\n",
+  "+\t\t(dev_id == PCI_DEVICE_ID_EXAR_XR17V8358));\n",
   " }\n",
-  "=20\n",
+  " \n",
   " static int\n",
   "\@\@ -1863,8 +1863,8 \@\@ pci_fastcom335_setup(struct serial_private *priv,\n",
-  "=20\n",
+  " \n",
   " static int\n",
   " pci_wch_ch353_setup(struct serial_private *priv,\n",
   "-                    const struct pciserial_board *board,\n",
@@ -92,10 +89,10 @@
   "+\t\t    const struct pciserial_board *board,\n",
   "+\t\t    struct uart_8250_port *port, int idx)\n",
   " {\n",
-  " \tport->port.flags |=3D UPF_FIXED_TYPE;\n",
-  " \tport->port.type =3D PORT_16550A;\n",
+  " \tport->port.flags |= UPF_FIXED_TYPE;\n",
+  " \tport->port.type = PORT_16550A;\n",
   "\@\@ -1873,8 +1873,8 \@\@ pci_wch_ch353_setup(struct serial_private *priv,\n",
-  "=20\n",
+  " \n",
   " static int\n",
   " pci_wch_ch38x_setup(struct serial_private *priv,\n",
   "-                    const struct pciserial_board *board,\n",
@@ -103,42 +100,37 @@
   "+\t\t    const struct pciserial_board *board,\n",
   "+\t\t    struct uart_8250_port *port, int idx)\n",
   " {\n",
-  " \tport->port.flags |=3D UPF_FIXED_TYPE;\n",
-  " \tport->port.type =3D PORT_16850;\n",
-  "diff --git a/drivers/tty/serial/8250/8250_port.c b/drivers/tty/serial/8=\n",
-  "250/8250_port.c\n",
+  " \tport->port.flags |= UPF_FIXED_TYPE;\n",
+  " \tport->port.type = PORT_16850;\n",
+  "diff --git a/drivers/tty/serial/8250/8250_port.c b/drivers/tty/serial/8250/8250_port.c\n",
   "index 7f3bd7b..f2e588e 100644\n",
   "--- a/drivers/tty/serial/8250/8250_port.c\n",
   "+++ b/drivers/tty/serial/8250/8250_port.c\n",
   "\@\@ -52,7 +52,7 \@\@\n",
   " #define DEBUG_AUTOCONF(fmt...)\tdo { } while (0)\n",
   " #endif\n",
-  "=20\n",
+  " \n",
   "-#define BOTH_EMPTY \t(UART_LSR_TEMT | UART_LSR_THRE)\n",
   "+#define BOTH_EMPTY\t(UART_LSR_TEMT | UART_LSR_THRE)\n",
-  "=20\n",
+  " \n",
   " /*\n",
-  "  * Here we define the default xmit fifo size used for each type of UAR=\n",
-  "T.\n",
-  "\@\@ -2254,7 +2254,7 \@\@ serial8250_get_baud_rate(struct uart_port *port, =\n",
-  "struct ktermios *termios,\n",
-  "=20\n",
+  "  * Here we define the default xmit fifo size used for each type of UART.\n",
+  "\@\@ -2254,7 +2254,7 \@\@ serial8250_get_baud_rate(struct uart_port *port, struct ktermios *termios,\n",
+  " \n",
   " void\n",
-  " serial8250_do_set_termios(struct uart_port *port, struct ktermios *ter=\n",
-  "mios,\n",
+  " serial8250_do_set_termios(struct uart_port *port, struct ktermios *termios,\n",
   "-\t\t          struct ktermios *old)\n",
   "+\t\t\t  struct ktermios *old)\n",
   " {\n",
-  " \tstruct uart_8250_port *up =3D up_to_u8250p(port);\n",
+  " \tstruct uart_8250_port *up = up_to_u8250p(port);\n",
   " \tunsigned char cval;\n",
-  "--=20\n",
+  "-- \n",
   "1.9.1\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"
 ]
 
-f5817f83a3a4a0bee777218a72b6a489f52fb438012acaa3dd8de0d286c6ebbe
+ae28ebe826a659fdb62bac77c95b9d72b264e54eb7d3cc5077ce9a074857572d

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.