tty: clean up whitespace in __do_SAK()
authorJiri Slaby <jslaby@suse.cz>
Thu, 18 Nov 2021 07:19:10 +0000 (08:19 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Nov 2021 17:31:32 +0000 (18:31 +0100)
commit954a0881a9d4f92bd645ebb06a5f939a19c82056
tree782661ed3efe4c61943c15681107c3e34524460f
parent8cb28417dd2ce46938fea9aca9f56fb1f7b1934a
tty: clean up whitespace in __do_SAK()

Remove spaces before the 'i' variable declaration and wrap parameters of
group_send_sig_info().

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20211118071911.12059-4-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/tty_io.c