On Mon, 7 Sep 2020 21:21:44 +0800 Yang Yingliang wrote:
> Spaces preferred around '&'.
This in itself is not a sufficient justification to touch code that
pre-dates the git era.
IMHO '&' without spaces around it is particularly hard to read, and
the code is actively used, which makes the change
Spaces preferred around '&'.
Signed-off-by: Yang Yingliang
---
net/netlink/af_netlink.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net/netlink/af_netlink.c b/net/netlink/af_netlink.c
index d2d1448274f5..5a86bf4f80b1 100644
--- a/net/netlink/af_netlink.c
+++ b/net/net