net: hdlc: fix an code style issue about EXPORT_SYMBOL(foo)
authorPeng Li <lipeng321@huawei.com>
Tue, 1 Jun 2021 13:23:19 +0000 (21:23 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 Jun 2021 23:57:47 +0000 (16:57 -0700)
commit01506939cc8466635fb05711a79f8eb2b5df1ff3
tree572c7499bc67e9af4fe4567c342f457ac54d6f04
parent68fd73925bce2d81e7144caf16519e6b7e80b6a1
net: hdlc: fix an code style issue about EXPORT_SYMBOL(foo)

According to the chackpatch.pl,
EXPORT_SYMBOL(foo); should immediately follow its function/variable.

Signed-off-by: Peng Li <lipeng321@huawei.com>
Signed-off-by: Guangbin Huang <huangguangbin2@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/wan/hdlc.c