net: sealevel: fix the code style issue about "foo* bar"
authorPeng Li <lipeng321@huawei.com>
Sun, 30 May 2021 06:24:27 +0000 (14:24 +0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 1 Jun 2021 05:14:03 +0000 (22:14 -0700)
commit8be88e3ccee49716a45972c7451b8033737fc9f0
treea9acf0e0ddd79036313cf31fb32502827fadcc28
parent58f30eea85a336d4931fa76099f24fa51797666d
net: sealevel: fix the code style issue about "foo* bar"

Fix the checkpatch error as "(foo*)" should be "(foo *)".

Signed-off-by: Peng Li <lipeng321@huawei.com>
Signed-off-by: Guangbin Huang <huangguangbin2@huawei.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/wan/sealevel.c