diff options
author | Rocco Yue <rocco.yue@mediatek.com> | 2021-05-30 14:38:11 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2021-06-01 08:14:15 +0300 |
commit | 12e64b3bb9a8cd376a1a92434302e5aa7f1ab1e5 (patch) | |
tree | b2d145339dc3185e78ba2f18de88ad3f44088aa8 /net/ipv6 | |
parent | 015516d23299c5fecfbb13aea5c8a99c3f3b8913 (diff) | |
download | linux-12e64b3bb9a8cd376a1a92434302e5aa7f1ab1e5.tar.xz |
ipv6: align code with context
The Tab key is used three times, causing the code block to
be out of alignment with the context.
Signed-off-by: Rocco Yue <rocco.yue@mediatek.com>
Link: https://lore.kernel.org/r/20210530113811.8817-1-rocco.yue@mediatek.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/ipv6')
-rw-r--r-- | net/ipv6/addrconf.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c index b0ef65eb9bd2..048570900fdf 100644 --- a/net/ipv6/addrconf.c +++ b/net/ipv6/addrconf.c @@ -6903,10 +6903,10 @@ static const struct ctl_table addrconf_sysctl[] = { .proc_handler = proc_dointvec, }, { - .procname = "addr_gen_mode", - .data = &ipv6_devconf.addr_gen_mode, - .maxlen = sizeof(int), - .mode = 0644, + .procname = "addr_gen_mode", + .data = &ipv6_devconf.addr_gen_mode, + .maxlen = sizeof(int), + .mode = 0644, .proc_handler = addrconf_sysctl_addr_gen_mode, }, { |