net: wan: fix an code style issue about "foo* bar
authorPeng Li <lipeng321@huawei.com>
Tue, 25 May 2021 14:07:55 +0000 (22:07 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 25 May 2021 22:41:54 +0000 (15:41 -0700)
commitc4fdef99d17bad52d268ffe7a67b9ed2410cbd34
tree77b147ac7cc05d358721f65760774e81609fa60a
parent9e7ee10f169f790ee1a7146cf2c0befa970f19a5
net: wan: fix an 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: Guangbin Huang <huangguangbin2@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/wan/n2.c