commit | 16d15f747a099f107f4522547a75a3b9b658131b | [log] [tgz] |
---|---|---|
author | Xiaofei Tan <tanxiaofei@huawei.com> | Wed May 12 17:26:23 2021 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu May 13 18:29:13 2021 +0200 |
tree | 216968b4e4a81d94e82a4fb3c9e6afbd3b405638 | |
parent | fab491030cea293692f3a48a2c77a754f79c9ccc [diff] |
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>