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>
This commit is contained in:
Peng Li 2021-06-05 15:00:24 +08:00 коммит произвёл David S. Miller
Родитель d364c0a93a
Коммит 1d1fa598ac
1 изменённых файлов: 7 добавлений и 7 удалений