From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anton Wuerfel Subject: [PATCH v2 02/11] tty: serial: 8250: Replace spaces with tabs Date: Fri, 18 Dec 2015 12:21:54 +0100 Message-ID: <1450437723-2978-3-git-send-email-anton.wuerfel@fau.de> References: <1450437723-2978-1-git-send-email-anton.wuerfel@fau.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: Greg Kroah-Hartman , Jiri Slaby , "James E.J. Bottomley" , Helge Deller , Peter Hurley , Heikki Krogerus , Andy Shevchenko , Qipeng Zha , Desmond Liu , Wang Long , Matt Redfearn , Paul Burton , Ralf Baechle , Krzysztof Kozlowski , Peter Hung , Soeren Grunewald , Adam Lee , "Maciej S. Szmigiero" , Mans Rullgard , linux-kernel@vger.kernel.org, linux-parisc@vger.kernel.org, linux-kernel@i4.cs.fau.de, Anton Wuerfel In-Reply-To: <1450437723-2978-1-git-send-email-anton.wuerfel@fau.de> List-ID: List-Id: linux-parisc.vger.kernel.org Indentation is changed to match the correct format of using tabs instea= d of spaces wherever possible. Signed-off-by: Anton W=C3=BCrfel Signed-off-by: Phillip Raffeck CC: linux-kernel@i4.cs.fau.de --- v2: Split patch --- drivers/tty/serial/8250/8250_pci.c | 12 ++++++------ 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 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, ®ion, &dev->resource[bar]); device_window =3D ((region.start + MITE_IOWBSR1_WIN_OFFSET) & 0xfffff= f00) - | 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)); } =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, - struct uart_8250_port *port, int idx) + 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; @@ -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, - struct uart_8250_port *port, int idx) + 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 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 void serial8250_do_set_termios(struct uart_port *port, struct ktermios *ter= mios, - struct ktermios *old) + struct ktermios *old) { struct uart_8250_port *up =3D 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753050AbbLRL0X (ORCPT ); Fri, 18 Dec 2015 06:26:23 -0500 Received: from faui40.informatik.uni-erlangen.de ([131.188.34.40]:38928 "EHLO faui40.informatik.uni-erlangen.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752547AbbLRLW3 (ORCPT ); Fri, 18 Dec 2015 06:22:29 -0500 From: Anton Wuerfel To: linux-serial@vger.kernel.org Cc: Greg Kroah-Hartman , Jiri Slaby , "James E.J. Bottomley" , Helge Deller , Peter Hurley , Heikki Krogerus , Andy Shevchenko , Qipeng Zha , Desmond Liu , Wang Long , Matt Redfearn , Paul Burton , Ralf Baechle , Krzysztof Kozlowski , Peter Hung , Soeren Grunewald , Adam Lee , "Maciej S. Szmigiero" , Mans Rullgard , linux-kernel@vger.kernel.org, linux-parisc@vger.kernel.org, linux-kernel@i4.cs.fau.de, Anton Wuerfel , Phillip Raffeck Subject: [PATCH v2 02/11] tty: serial: 8250: Replace spaces with tabs Date: Fri, 18 Dec 2015 12:21:54 +0100 Message-Id: <1450437723-2978-3-git-send-email-anton.wuerfel@fau.de> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1450437723-2978-1-git-send-email-anton.wuerfel@fau.de> References: <1450437723-2978-1-git-send-email-anton.wuerfel@fau.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Indentation is changed to match the correct format of using tabs instead of spaces wherever possible. Signed-off-by: Anton Würfel Signed-off-by: Phillip Raffeck CC: linux-kernel@i4.cs.fau.de --- v2: Split patch --- drivers/tty/serial/8250/8250_pci.c | 12 ++++++------ 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/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, ®ion, &dev->resource[bar]); 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); /* 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 = 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)); } static int @@ -1863,8 +1863,8 @@ pci_fastcom335_setup(struct serial_private *priv, static int pci_wch_ch353_setup(struct serial_private *priv, - const struct pciserial_board *board, - struct uart_8250_port *port, int idx) + const struct pciserial_board *board, + struct uart_8250_port *port, int idx) { port->port.flags |= UPF_FIXED_TYPE; port->port.type = PORT_16550A; @@ -1873,8 +1873,8 @@ pci_wch_ch353_setup(struct serial_private *priv, static int pci_wch_ch38x_setup(struct serial_private *priv, - const struct pciserial_board *board, - struct uart_8250_port *port, int idx) + const struct pciserial_board *board, + struct uart_8250_port *port, int idx) { 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 -#define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) +#define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) /* * 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 *termios, - struct ktermios *old) + struct ktermios *old) { struct uart_8250_port *up = up_to_u8250p(port); unsigned char cval; -- 1.9.1 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anton Wuerfel Subject: [PATCH v2 02/11] tty: serial: 8250: Replace spaces with tabs Date: Fri, 18 Dec 2015 12:21:54 +0100 Message-ID: <1450437723-2978-3-git-send-email-anton.wuerfel@fau.de> References: <1450437723-2978-1-git-send-email-anton.wuerfel@fau.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: <1450437723-2978-1-git-send-email-anton.wuerfel@fau.de> Sender: linux-parisc-owner@vger.kernel.org To: linux-serial@vger.kernel.org Cc: Greg Kroah-Hartman , Jiri Slaby , "James E.J. Bottomley" , Helge Deller , Peter Hurley , Heikki Krogerus , Andy Shevchenko , Qipeng Zha , Desmond Liu , Wang Long , Matt Redfearn , Paul Burton , Ralf Baechle , Krzysztof Kozlowski , Peter Hung , Soeren Grunewald , Adam Lee , "Maciej S. Szmigiero" , Mans Rullgard , linux-kernel@vger.kernel.org, linux-parisc@vger.kernel.org, linux-kernel@i4.cs.fau.de, Anton Wuerfel List-Id: linux-serial@vger.kernel.org Indentation is changed to match the correct format of using tabs instea= d of spaces wherever possible. Signed-off-by: Anton W=C3=BCrfel Signed-off-by: Phillip Raffeck CC: linux-kernel@i4.cs.fau.de --- v2: Split patch --- drivers/tty/serial/8250/8250_pci.c | 12 ++++++------ 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 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, ®ion, &dev->resource[bar]); device_window =3D ((region.start + MITE_IOWBSR1_WIN_OFFSET) & 0xfffff= f00) - | 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)); } =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, - struct uart_8250_port *port, int idx) + 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; @@ -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, - struct uart_8250_port *port, int idx) + 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 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 void serial8250_do_set_termios(struct uart_port *port, struct ktermios *ter= mios, - struct ktermios *old) + struct ktermios *old) { struct uart_8250_port *up =3D 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