Re: [net-next] tipc: fix missing indentation in source code

2019-06-24 Thread David Miller
From: John Rutherford Date: Mon, 24 Jun 2019 14:01:23 +1000 > Fix misalignment of policy statement in netlink.c due to automatic > spatch code transformation. > > Fixes: 3b0f31f2b8c9 ("genetlink: make policy common to family") > Acked-by: Jon Maloy > Signed-off-by: John Rutherford Applied.

[net-next] tipc: fix missing indentation in source code

2019-06-23 Thread john . rutherford
Fix misalignment of policy statement in netlink.c due to automatic spatch code transformation. Fixes: 3b0f31f2b8c9 ("genetlink: make policy common to family") Acked-by: Jon Maloy Signed-off-by: John Rutherford --- net/tipc/netlink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --