net: hdlc_cisco: fix the code style issue about "foo* bar"
authorPeng Li <lipeng321@huawei.com>
Wed, 2 Jun 2021 11:01:12 +0000 (19:01 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 3 Jun 2021 20:27:36 +0000 (13:27 -0700)
commit001aa274300db079fe79a03b84bc07407a9f43e0
tree93f2d53d38debe4e90e6b2af63620c2c0641fb3b
parent5abaf211c4a56ec5272b49a78adf2e0b21e5fd37
net: hdlc_cisco: 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/hdlc_cisco.c