netlink: add spaces around '&' in netlink_recv/sendmsg()
authorYang Yingliang <yangyingliang@huawei.com>
Thu, 17 Sep 2020 03:32:23 +0000 (11:32 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Sep 2020 23:53:47 +0000 (16:53 -0700)
commit4d11af5d008d57de12a3e0813313f9c099ddb084
treebff35dbae83361db92b12158a74fe5dc802d06a1
parent2492c205d2bbbc01f5c9e49fffe4b2e633c33f38
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>
net/netlink/af_netlink.c