netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] [sparse] bad initializer in ipv6 netfilter.
@ 2004-07-12 22:03 Stephen Hemminger
  2004-07-21 20:46 ` David S. Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Hemminger @ 2004-07-12 22:03 UTC (permalink / raw)
  To: David S. Miller, coreteam; +Cc: netdev

Missing equal sign in C99 initializer.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>

diff -Nru a/net/ipv6/netfilter/ip6table_raw.c b/net/ipv6/netfilter/ip6table_raw.c
--- a/net/ipv6/netfilter/ip6table_raw.c	2004-07-12 14:46:39 -07:00
+++ b/net/ipv6/netfilter/ip6table_raw.c	2004-07-12 14:46:39 -07:00
@@ -74,7 +74,7 @@
 		{
 			.entry = {
 				.target_offset = sizeof(struct ip6t_entry),
-				.next_offset sizeof(struct ip6t_standard),
+				.next_offset = sizeof(struct ip6t_standard),
 			},
 			.target = {
 				.target = {

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] [sparse] bad initializer in ipv6 netfilter.
  2004-07-12 22:03 [PATCH] [sparse] bad initializer in ipv6 netfilter Stephen Hemminger
@ 2004-07-21 20:46 ` David S. Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2004-07-21 20:46 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: coreteam, netdev

On Mon, 12 Jul 2004 15:03:41 -0700
Stephen Hemminger <shemminger@osdl.org> wrote:

> Missing equal sign in C99 initializer.
> 
> Signed-off-by: Stephen Hemminger <shemminger@osdl.org>

Viro pushed a fix for this into the tree before I got a chance
to apply yours :-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-07-21 20:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-12 22:03 [PATCH] [sparse] bad initializer in ipv6 netfilter Stephen Hemminger
2004-07-21 20:46 ` David S. Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).