Re: [PATCH] ipv6: add spaces for accept_ra_min_hop_limit
From: David Miller <davem@davemloft.net>
Date: 2021-08-29 17:01:18
Also in:
lkml, netdev
From: David Miller <davem@davemloft.net>
Date: 2021-08-29 17:01:18
Also in:
lkml, netdev
From: jiwonaid0@gmail.com Date: Sun, 29 Aug 2021 14:35:44 +0900
From: Jiwon Kim <redacted> The checkpatch reported ERROR: spaces required around that '=' (ctx:VxW) from the net/ipv6/addrconf.c. So, spaces are added for accept_ra_min_hop_limit. Signed-off-by: Jiwon Kim <redacted>
Please don't do this it breaks the vertical alignbment of the right hand side of the assignments. Thanks.