commit | 27eab129323bac984a3de4d9585351dc525793bd | [log] [tgz] |
---|---|---|
author | Xiaofei Tan <tanxiaofei@huawei.com> | Wed May 12 17:26:21 2021 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu May 13 18:29:13 2021 +0200 |
tree | dac648050f8a689fc6ad075fb845261cc0aabbd6 | |
parent | 5e4d5ac32ba538f29ff64104e7211486cc805904 [diff] |
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>