Messages in this thread |  | | From | Je Yen Tam <> | Date | Thu, 4 Jul 2019 08:12:00 +0000 | Subject | RE: Re: [PATCH 1/2] serial/8250: Add support for NI-Serial PXI/PXIe+485 devices. |
| |
> On Mon, Jul 01, 2019 at 08:23:23PM -0700, jeyentam wrote: > > Add support for NI-Serial PXIe-RS232, PXI-RS485 and PXIe-RS485 devices. > > > > Signed-off-by: jeyentam <je.yen.tam@ni.com> > > --- > > drivers/tty/serial/8250/8250_pci.c | 879 +++++++++++++++++++---------- > > 1 file changed, 582 insertions(+), 297 deletions(-) > > > > diff --git a/drivers/tty/serial/8250/8250_pci.c b/drivers/tty/serial/8250/8250_pci.c > > index df41397de478..0a711b895b33 100644 > > --- a/drivers/tty/serial/8250/8250_pci.c > > +++ b/drivers/tty/serial/8250/8250_pci.c > > @@ -1,10 +1,10 @@ > > // SPDX-License-Identifier: GPL-2.0 > > /* > > - * Probe module for 8250/16550-type PCI serial ports. > > + * Probe module for 8250/16550-type PCI serial ports. > > * > > - * Based on drivers/char/serial.c, by Linus Torvalds, Theodore Ts'o. > > + * Based on drivers/char/serial.c, by Linus Torvalds, Theodore Ts'o. > > * > > - * Copyright (C) 2001 Russell King, All Rights Reserved. > > + * Copyright (C) 2001 Russell King, All Rights Reserved. > > */ > > Why are you changing comments for no reason?
These changes are not intended, I believe the editor I used messed up the spacing, will remove it and resubmit the patch.
|  |