]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit937c3ec6e9baacafe2c1fb7880fac2defaaf6c44
treefb289231765c5bc62a7e526b8ebf58377271f76e
parentad3685bedaedaad4f63b8eeff4e10fb8088b418c
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