Re: [PATCH] Fixes styleguide related issues in tty drivers

From: Greg KH
Date: Mon Feb 07 2022 - 10:44:41 EST


On Mon, Feb 07, 2022 at 08:46:16PM +0530, Ankit Kumar Pandey wrote:
> Various styleguide warnings are raised in drivers/tty. This patch aims
> to fix those and bring styleguide warning to zero.
> Signed-off-by: Ankit Kumar Pandey <itsankitkp@xxxxxxxxx>
> ---
> drivers/tty/ehv_bytechan.c | 5 +++--
> drivers/tty/goldfish.c | 2 ++
> 2 files changed, 5 insertions(+), 2 deletions(-)

Please practice on stuff like this in the drivers/staging/ portion of
the kernel, as that is what it is there for, and you do not disrupt the
workflows of the other kernel developers by touching files like this in
in correct ways.

good luck!

greg k-h