On 9/5/2016 8:09 AM, Leon Romanovsky wrote: > From: Yonatan Cohen > > diff --git a/drivers/infiniband/sw/rxe/rxe_net.c b/drivers/infiniband/sw/rxe/rxe_net.c > index 0b8d2ea..e0866b4 100644 > --- a/drivers/infiniband/sw/rxe/rxe_net.c > +++ b/drivers/infiniband/sw/rxe/rxe_net.c > @@ -249,8 +249,8 @@ static struct socket *rxe_setup_udp_tunnel(struct net *net, __be16 port, > memset(&udp_cfg, 0, sizeof(udp_cfg)); > > if (ipv6) { > - udp_cfg.family = AF_INET6; > - udp_cfg.ipv6_v6only = 1; > + udp_cfg.family = AF_INET6; > + udp_cfg.ipv6_v6only = 1; > } else { > udp_cfg.family = AF_INET; > } Is my mailer displaying this wrong, or is this hunk just intentionally introducing indent breakage? -- Doug Ledford GPG Key ID: 0E572FDD