]> git.baikalelectronics.ru Git - kernel.git/commit
net: wan: fix an code style issue about "foo* bar"
authorPeng Li <lipeng321@huawei.com>
Mon, 24 May 2021 14:47:09 +0000 (22:47 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 May 2021 21:07:38 +0000 (14:07 -0700)
commit7618a10bca2ebcd540f568d8dc57b8c515a440c9
treebedc57314a639289ddb1efdf7c8874aa2cc1c626
parentfee8f0fff9fafbf466e0b513b53c10df71d04082
net: wan: fix an 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/wanxl.c