Re: [PATCH 1/8] tty: serial: jsm: Fixed file by added more spacing in line 610

From: Greg KH
Date: Sat Dec 05 2020 - 13:42:05 EST


On Sat, Dec 05, 2020 at 07:50:08PM +0530, Clement Smith wrote:
> Fixed a coding style issue
>
> Signed-off-by: Clement Smith <rclemsmith@xxxxxxxxx>
> ---
> drivers/tty/serial/jsm/jsm_tty.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

The subject lines in this series is really funny.

Please don't do this. If you want to get practice in making coding
style cleanups, do it in drivers/staging/ which is why the code is
there. Don't "practice" in other parts of the kernel as it just gets in
the way of other development and review efforts.

good luck!

greg k-h