net: ixp4xx_hss: fix the code style issue about "foo* bar"
authorPeng Li <lipeng321@huawei.com>
Thu, 10 Jun 2021 07:20:00 +0000 (15:20 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 10 Jun 2021 20:50:42 +0000 (13:50 -0700)
commit6487fab04f2734eefaae1c3c32eec364d5e26bf3
treefb289231765c5bc62a7e526b8ebf58377271f76e
parent6f2016ed65385223ba8ace9c8897d04e3c2e1f16
net: ixp4xx_hss: 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/ixp4xx_hss.c