tty: tty_io: Delete a blank line before EXPORT_SYMBOL(foo)
authorXiaofei Tan <tanxiaofei@huawei.com>
Wed, 12 May 2021 09:26:21 +0000 (17:26 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 May 2021 16:29:13 +0000 (18:29 +0200)
commit27eab129323bac984a3de4d9585351dc525793bd
treedac648050f8a689fc6ad075fb845261cc0aabbd6
parent5e4d5ac32ba538f29ff64104e7211486cc805904
tty: tty_io: 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-14-git-send-email-tanxiaofei@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/tty_io.c