[PATCH] Styleguide fix: Removed un-needed whitespaces and formatting errors in drivers/tty

2022-02-06 Thread Ankit Kumar Pandey
There were lot of styleguide errors raised by checkpatch.pl against drivers/tty/* which I have fixed. There is zero code change apart from changes related to styleguide. checkpatch.pl returns 0 error for style guide now. --- drivers/tty/amiserial.c| 285 ++---

Re: [PATCH] Styleguide fix: Removed un-needed whitespaces and formatting errors in drivers/tty

2022-02-06 Thread Greg KH
On Mon, Feb 07, 2022 at 12:33:07AM +0530, Ankit Kumar Pandey wrote: > There were lot of styleguide errors raised by checkpatch.pl against > drivers/tty/* which I have fixed. There is zero code change apart from > changes related to styleguide. checkpatch.pl returns 0 error for > style guide now. >