net: wan: fix an code style issue about "foo* bar"
authorPeng Li <lipeng321@huawei.com>
Mon, 24 May 2021 14:47:09 +0000 (22:47 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 May 2021 21:07:38 +0000 (14:07 -0700)
commitb32db030b96e380a86b0d8827a902bdf41f7035a
treebedc57314a639289ddb1efdf7c8874aa2cc1c626
parent8890d0a1891aea989e23e357eac4c8a206152d58
net: wan: fix an 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/wanxl.c