Re: [PATCH 18/18] serial: sc16is7xx: fix whitespace in sc16is7xx_startup() comments

From: Hugo Villeneuve
Date: Wed Dec 20 2023 - 15:54:07 EST


On Wed, 20 Dec 2023 18:04:55 +0200
Andy Shevchenko <andriy.shevchenko@xxxxxxxxx> wrote:

> On Tue, Dec 19, 2023 at 12:19:02PM -0500, Hugo Villeneuve wrote:
> > From: Hugo Villeneuve <hvilleneuve@xxxxxxxxxxxx>
> >
> > Add missing space at end of comments.
>
> ...
>
> > - /* Reset FIFOs*/
> > + /* Reset FIFOs */
> > val = SC16IS7XX_FCR_RXRESET_BIT | SC16IS7XX_FCR_TXRESET_BIT;
> > sc16is7xx_port_write(port, SC16IS7XX_FCR_REG, val);
> > udelay(5);
>
> You can combine this with other comment style cleanups and spelling fixes
> (if any). I.o.w. proof-read the code and check if there are any issues
> besides noted ones.

Ok.

Hugo Villeneuve