提交 1c8669e0 编写于 作者: W Wang Yufen 提交者: David S. Miller

ipv6: fix checkpatch errors with space required or prohibited

Signed-off-by: NWang Yufen <wangyufen@huawei.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 22b285d6
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#if 0 #if 0
#define ADDRLABEL(x...) printk(x) #define ADDRLABEL(x...) printk(x)
#else #else
#define ADDRLABEL(x...) do { ; } while(0) #define ADDRLABEL(x...) do { ; } while (0)
#endif #endif
/* /*
...@@ -87,39 +87,39 @@ static const __net_initconst struct ip6addrlbl_init_table ...@@ -87,39 +87,39 @@ static const __net_initconst struct ip6addrlbl_init_table
{ /* ::/0 */ { /* ::/0 */
.prefix = &in6addr_any, .prefix = &in6addr_any,
.label = 1, .label = 1,
},{ /* fc00::/7 */ }, { /* fc00::/7 */
.prefix = &(struct in6_addr){{{ 0xfc }}}, .prefix = &(struct in6_addr){ { { 0xfc } } } ,
.prefixlen = 7, .prefixlen = 7,
.label = 5, .label = 5,
},{ /* fec0::/10 */ }, { /* fec0::/10 */
.prefix = &(struct in6_addr){{{ 0xfe, 0xc0 }}}, .prefix = &(struct in6_addr){ { { 0xfe, 0xc0 } } },
.prefixlen = 10, .prefixlen = 10,
.label = 11, .label = 11,
},{ /* 2002::/16 */ }, { /* 2002::/16 */
.prefix = &(struct in6_addr){{{ 0x20, 0x02 }}}, .prefix = &(struct in6_addr){ { { 0x20, 0x02 } } },
.prefixlen = 16, .prefixlen = 16,
.label = 2, .label = 2,
},{ /* 3ffe::/16 */ }, { /* 3ffe::/16 */
.prefix = &(struct in6_addr){{{ 0x3f, 0xfe }}}, .prefix = &(struct in6_addr){ { { 0x3f, 0xfe } } },
.prefixlen = 16, .prefixlen = 16,
.label = 12, .label = 12,
},{ /* 2001::/32 */ }, { /* 2001::/32 */
.prefix = &(struct in6_addr){{{ 0x20, 0x01 }}}, .prefix = &(struct in6_addr){ { { 0x20, 0x01 } } },
.prefixlen = 32, .prefixlen = 32,
.label = 6, .label = 6,
},{ /* 2001:10::/28 */ }, { /* 2001:10::/28 */
.prefix = &(struct in6_addr){{{ 0x20, 0x01, 0x00, 0x10 }}}, .prefix = &(struct in6_addr){ { { 0x20, 0x01, 0x00, 0x10 } } },
.prefixlen = 28, .prefixlen = 28,
.label = 7, .label = 7,
},{ /* ::ffff:0:0 */ }, { /* ::ffff:0:0 */
.prefix = &(struct in6_addr){{{ [10] = 0xff, [11] = 0xff }}}, .prefix = &(struct in6_addr){ { { [10] = 0xff, [11] = 0xff } } },
.prefixlen = 96, .prefixlen = 96,
.label = 4, .label = 4,
},{ /* ::/96 */ }, { /* ::/96 */
.prefix = &in6addr_any, .prefix = &in6addr_any,
.prefixlen = 96, .prefixlen = 96,
.label = 3, .label = 3,
},{ /* ::1/128 */ }, { /* ::1/128 */
.prefix = &in6addr_loopback, .prefix = &in6addr_loopback,
.prefixlen = 128, .prefixlen = 128,
.label = 0, .label = 0,
...@@ -440,7 +440,7 @@ static int ip6addrlbl_newdel(struct sk_buff *skb, struct nlmsghdr *nlh) ...@@ -440,7 +440,7 @@ static int ip6addrlbl_newdel(struct sk_buff *skb, struct nlmsghdr *nlh)
if (label == IPV6_ADDR_LABEL_DEFAULT) if (label == IPV6_ADDR_LABEL_DEFAULT)
return -EINVAL; return -EINVAL;
switch(nlh->nlmsg_type) { switch (nlh->nlmsg_type) {
case RTM_NEWADDRLABEL: case RTM_NEWADDRLABEL:
if (ifal->ifal_index && if (ifal->ifal_index &&
!__dev_get_by_index(net, ifal->ifal_index)) !__dev_get_by_index(net, ifal->ifal_index))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册