On Tue, Dec 10, 2019 at 03:36:59PM +0100, Greg Kroah-Hartman wrote: > checkpatch found some minor issues with comments in samsung.h, so fix > that up. > No, you remove this header two patches later. No point to fix checkpatch issues here. Best regards, Krzysztof > Cc: Kukjin Kim <kgene@xxxxxxxxxx> > Cc: Krzysztof Kozlowski <krzk@xxxxxxxxxx> > Cc: Hyunki Koo <kkoos00@xxxxxxxxx> > Cc: HYUN-KI KOO <hyunki00.koo@xxxxxxxxxxx> > Cc: Shinbeom Choi <sbeom.choi@xxxxxxxxxxx> > Cc: Jiri Slaby <jslaby@xxxxxxxx> > Cc: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx > Cc: linux-samsung-soc@xxxxxxxxxxxxxxx > Cc: linux-serial@xxxxxxxxxxxxxxx > Cc: linux-kernel@xxxxxxxxxxxxxxx > Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> > --- > drivers/tty/serial/samsung.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/tty/serial/samsung.h b/drivers/tty/serial/samsung.h > index f93022113f59..cdfd53acead3 100644 > --- a/drivers/tty/serial/samsung.h > +++ b/drivers/tty/serial/samsung.h > @@ -1,4 +1,4 @@ > -// SPDX-License-Identifier: GPL-2.0 > +/* SPDX-License-Identifier: GPL-2.0 */ > #ifndef __SAMSUNG_H > #define __SAMSUNG_H > > @@ -7,7 +7,7 @@ > * > * Ben Dooks, Copyright (c) 2003-2008 Simtec Electronics > * http://armlinux.simtec.co.uk/ > -*/ > + */ > > #include <linux/dmaengine.h> > > -- > 2.24.0 >