net: cosa: fix the code style issue about "foo* bar"
authorPeng Li <lipeng321@huawei.com>
Wed, 16 Jun 2021 07:23:29 +0000 (15:23 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 Jun 2021 07:52:33 +0000 (00:52 -0700)
commit77282db510d9fe4d77c1d79fb4563d5368e1d2b2
tree4e291a8f3c65be4f69c1de148fa9a56721b73036
parent0569a3d41667d8f3ec7764639c51b15d0e736488
net: cosa: 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/cosa.c