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. -- With Best Regards, Andy Shevchenko