net: hdlc: fix an code style issue about "foo* bar"
authorPeng Li <lipeng321@huawei.com>
Tue, 1 Jun 2021 13:23:18 +0000 (21:23 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 Jun 2021 23:57:47 +0000 (16:57 -0700)
commit68fd73925bce2d81e7144caf16519e6b7e80b6a1
tree85bd20cc876b670aa7da74a0bc8bec5f94c89a6d
parent04cc04f07bb25e5555b27f0d6069599f0da23cad
net: hdlc: fix an code style issue about "foo* bar"

Fix the checkpatch error as "foo* bar" and 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/hdlc.c