OSDN Git Service

net: pc300too: fix the code style issue about "foo * bar"
authorPeng Li <lipeng321@huawei.com>
Fri, 11 Jun 2021 03:36:17 +0000 (11:36 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 11 Jun 2021 19:58:11 +0000 (12:58 -0700)
commitf8864e26d3118ccf91d6a1ae5cdd18f4b56b7704
tree517b7baf918a5d76aa9c992c30f70ab8c33a6119
parenta657c8b4d50d33954a3f766c8876f31d323d32b9
net: pc300too: fix the code style issue about "foo * bar"

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

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