]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbb13f55bd76f22e930e9b64a199ddbd151ad8c73
tree6df80bf6ac36b0de2529c85a5f022ddb6c21d841
parent7ff4320c961aea8e04acdb255f2641999ecf7c72
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