OSDN Git Service

net: hdlc_ppp: fix the code style issue about "foo* bar"
authorPeng Li <lipeng321@huawei.com>
Thu, 17 Jun 2021 14:03:16 +0000 (22:03 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Jun 2021 19:08:46 +0000 (12:08 -0700)
commitcb36c4112c528ffa6b2005bb083559c54d66810e
tree5c008ec0fba685a4a3d0f9acff5c5fedf27ae947
parent2b57681f94aff059e75a7a5041f0f66ce0627fc4
net: hdlc_ppp: fix the code style issue about "foo* bar"

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