commit | 863299001b39280b3be9f5c627d23debe66aa71b | [log] [tgz] |
---|---|---|
author | Tobin C. Harding <me@tobin.cc> | Wed Sep 12 17:50:42 2018 +1000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Sep 18 16:07:25 2018 +0200 |
tree | 63ba75b0b371400fc7989a4f7e0a376fb9401d94 | |
parent | 30ec514d440cf2c472c8e4b0079af2c731f71a3e [diff] |
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>