commit | 4d11af5d008d57de12a3e0813313f9c099ddb084 | [log] [tgz] |
---|---|---|
author | Yang Yingliang <yangyingliang@huawei.com> | Thu Sep 17 11:32:23 2020 +0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Sep 17 16:53:47 2020 -0700 |
tree | bff35dbae83361db92b12158a74fe5dc802d06a1 | |
parent | 2492c205d2bbbc01f5c9e49fffe4b2e633c33f38 [diff] |
netlink: add spaces around '&' in netlink_recv/sendmsg() It's hard to read the code without spaces around '&', for better reading, add spaces around '&'. Signed-off-by: Yang Yingliang <yangyingliang@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>