OSDN Git Service

net: farsync: fix the code style issue about macros
authorPeng Li <lipeng321@huawei.com>
Tue, 8 Jun 2021 08:12:35 +0000 (16:12 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 8 Jun 2021 19:04:05 +0000 (12:04 -0700)
commit7619ab161892edb6826504f8549ee78e568cf793
treee9aa506ae41328687dc0dc42658831c8438f75ad
parent3a950181f6f58b13ee4475cafe45170ed738c2af
net: farsync: fix the code style issue about macros

Macros with complex values should be enclosed in parentheses.
space required after that ',' .

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