net: hostess_sv11: fix the code style issue about "foo* bar"
authorPeng Li <lipeng321@huawei.com>
Fri, 18 Jun 2021 02:32:18 +0000 (10:32 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 18 Jun 2021 18:42:39 +0000 (11:42 -0700)
commitfefed8af5ed40b861ee4d95c3e32804e7a33df96
tree516610543c108d9a9aacea3db1b6d0fcc5357a55
parenta778e93de636ca54c5346553ed3a8bee6a80b327
net: hostess_sv11: fix the code style issue about "foo* bar"

Fix the checkpatch error as "foo* bar" should be "foo *bar".

Signed-off-by: Peng Li <lipeng321@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/wan/hostess_sv11.c