tty_port: Remove incorrect whitespace after comments
authorTobin C. Harding <me@tobin.cc>
Wed, 12 Sep 2018 07:50:42 +0000 (17:50 +1000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Sep 2018 14:07:25 +0000 (16:07 +0200)
commit863299001b39280b3be9f5c627d23debe66aa71b
tree63ba75b0b371400fc7989a4f7e0a376fb9401d94
parent30ec514d440cf2c472c8e4b0079af2c731f71a3e
tty_port: Remove incorrect whitespace after comments

Currently there are a bunch of kernel-doc function comments that have a
line of whitespace after the comment and before the function they
comment - this is incorrect, there should be no whitespace here.

Remove incorrect whitespace between comment and associated function.

Signed-off-by: Tobin C. Harding <me@tobin.cc>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/tty_port.c