]> 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)
commit219d26cf318758ecf267772a6ae7c938cec37518
tree6df80bf6ac36b0de2529c85a5f022ddb6c21d841
parent740a80d1f829052e8a4a10169cc6fb6c9e88513a
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