net: farsync: fix the code style issue about "foo* bar"
authorPeng Li <lipeng321@huawei.com>
Tue, 8 Jun 2021 08:12:29 +0000 (16:12 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 8 Jun 2021 19:04:04 +0000 (12:04 -0700)
commit8ea4bfb30abc5ef2688f014ffab70b5e704f0c83
tree7a06f3a021c8330b2e780d108d7568b5236fc7b0
parent50d4c363366a09706073595f8e2d3b1683c3bbcc
net: farsync: fix the code style issue about "foo* bar"

Fix the checkpatch error as "foo * bar" should be "foo *bar".

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/farsync.c