Commit 1a3d7727 authored by Alexander Viro's avatar Alexander Viro Committed by Linus Torvalds

[PATCH] sparse: (ipv6/netfilter) initializer fix

	Missing '=' in C99 initializer
parent ee4edfcd
...@@ -74,7 +74,7 @@ static struct ...@@ -74,7 +74,7 @@ static struct
{ {
.entry = { .entry = {
.target_offset = sizeof(struct ip6t_entry), .target_offset = sizeof(struct ip6t_entry),
.next_offset sizeof(struct ip6t_standard), .next_offset = sizeof(struct ip6t_standard),
}, },
.target = { .target = {
.target = { .target = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment