]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit66a07e08272acc21c36f70fa1d3c4f00a1c65040
tree85bd20cc876b670aa7da74a0bc8bec5f94c89a6d
parent7b0cb0f4facabee4c2335e107b0e421da7bfbc2f
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