OSDN Git Service

net: wan: fix variable definition style
authorPeng Li <lipeng321@huawei.com>
Tue, 18 May 2021 12:29:54 +0000 (20:29 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 18 May 2021 20:42:42 +0000 (13:42 -0700)
commita3f3e831dc2a5bf1b34c31be38b74bc7e38a2de7
tree9a7a17403b2af64546fee9df323c7022c3e5048d
parentda8e6fddbae36e2cedd7802949d9c92e9fbf13a0
net: wan: fix variable definition style

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

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/c101.c