net: z85230: fix the code style issue about EXPORT_SYMBOL(foo)
authorPeng Li <lipeng321@huawei.com>
Tue, 15 Jun 2021 02:43:38 +0000 (10:43 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 15 Jun 2021 17:55:18 +0000 (10:55 -0700)
commite07a1f9cbd4d660320ea437ad442c5b5ecbaf315
treeffd7d5bc2ac8d63ef5d1fcf101acfa8718a5f9a6
parent61312d78e1d4286360427aeffbc0ea464fdb5299
net: z85230: fix the 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/z85230.c