]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit46997ea57a9b37660cc1fec0a9c3849e78fd7626
tree7a06f3a021c8330b2e780d108d7568b5236fc7b0
parent3500efe73d921a1b5283ed44a2a467a71f28141b
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