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
{
.entry = {
.target_offset = sizeof(struct ip6t_entry),
.next_offset sizeof(struct ip6t_standard),
.next_offset = sizeof(struct ip6t_standard),
},
.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