tty: tty_port: Delete a blank line before EXPORT_SYMBOL(foo)
authorXiaofei Tan <tanxiaofei@huawei.com>
Wed, 12 May 2021 09:26:23 +0000 (17:26 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 May 2021 16:29:13 +0000 (18:29 +0200)
commit16d15f747a099f107f4522547a75a3b9b658131b
tree216968b4e4a81d94e82a4fb3c9e6afbd3b405638
parentfab491030cea293692f3a48a2c77a754f79c9ccc
tty: tty_port: Delete a blank line before EXPORT_SYMBOL(foo)

Delete a blank line before EXPORT_SYMBOL(foo) so that
EXPORT_SYMBOL(foo) immediately follow its function/variable,
reported by checkpatch.pl.

Signed-off-by: Xiaofei Tan <tanxiaofei@huawei.com>
Link: https://lore.kernel.org/r/1620811585-18582-16-git-send-email-tanxiaofei@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/tty_port.c