ipv6: align code with context
authorRocco Yue <rocco.yue@mediatek.com>
Sun, 30 May 2021 11:38:11 +0000 (19:38 +0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 1 Jun 2021 05:14:15 +0000 (22:14 -0700)
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>
net/ipv6/addrconf.c

index b0ef65eb9bd21dee6ca552114ece637bbb8c1352..048570900fdf414113679cb1614aad9eda472339 100644 (file)
@@ -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,
        },
        {