net: wan: fix an code style issue about "foo* bar"
authorPeng Li <lipeng321@huawei.com>
Fri, 21 May 2021 01:08:12 +0000 (09:08 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 21 May 2021 20:26:40 +0000 (13:26 -0700)
commit4926257916496909154857d92413027915a30309
tree0b8279e07d7928c2b2ae9b39676f9be151289f78
parent44be5c42e3edafac0a8095bf89abd6171c3beb96
net: wan: fix an code style issue about "foo* bar"

Fix the checkpatch error as "foo* bar" should be "foo *bar".

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