On Wed, May 18, 2016 at 09:54:08AM +0400, Alexandr Petrenko wrote: > Adds support for the WCH CH355 4S card in the 8250 serial driver. > Signed-off-by: Alexandr Petrenko <petrenkoas83@xxxxxxxxx> Please put a blank line before the signed-off-by line. Like all other patches, have, please look at prior ones for examples. > --- > --- drivers/tty/serial/8250/8250_pci.c.orig 2016-05-17 > 15:39:19.504426878 +0300 > +++ drivers/tty/serial/8250/8250_pci.c 2016-05-18 08:34:32.025194466 +0300 > @@ -1850,6 +1850,16 @@ pci_wch_ch353_setup(struct serial_privat > } > > static int > +pci_wch_ch355_setup(struct serial_private *priv, > + const struct pciserial_board *board, > + struct uart_8250_port *port, int idx) > +{ > + port->port.flags |= UPF_FIXED_TYPE; > + port->port.type = PORT_16550A; > + return pci_default_setup(priv, board, port, idx); > +} > + > +static int > pci_wch_ch38x_setup(struct serial_private *priv, > const struct pciserial_board *board, > struct uart_8250_port *port, int idx) Tabs are still all turned into spaces, making this patch corrupt :( -- To unsubscribe from this list: send the line "unsubscribe linux-serial" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html