net: hd64570: fix the code style issue about "foo* bar"
authorPeng Li <lipeng321@huawei.com>
Sat, 5 Jun 2021 07:00:24 +0000 (15:00 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 7 Jun 2021 19:25:21 +0000 (12:25 -0700)
commit1d1fa598ac198e6f40ffa67c99dbff1cc86a581f
tree6df80bf6ac36b0de2529c85a5f022ddb6c21d841
parentd364c0a93ac66325ad841b6be49e277d7c15af0c
net: hd64570: fix the code style issue about "foo* bar"

Fix the checkpatch error as "foo* bar" and should be "foo *bar",
and "(foo*)" should be "(foo *)".

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