All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Guo-Fu Tseng" <cooldavid@cooldavid.org>
To: David Miller <davem@davemloft.net>
Cc: netdev@vger.kernel.org
Subject: [PATCH net-next-2.6] nf_conntrack_ecache.h: Fix missing braces
Date: Fri, 10 Oct 2008 11:08:45 +0800	[thread overview]
Message-ID: <20081010030518.M86501@cooldavid.org> (raw)
In-Reply-To: <20081008.195524.235036900.davem@davemloft.net>

Hi David:

    This patch add missing braces of today's net-next-2.6:
    include/net/netfilter/nf_conntrack_ecache.h

    The patch is also available at:
    http://cooldavid.org/download/nf.net-next-2.6.20081010.patch

    Signed-off-by: Guo-Fu Tseng <cooldavid@cooldavid.org>

diff --git a/include/net/netfilter/nf_conntrack_ecache.h
b/include/net/netfilter/nf_conntrack_ecache.h
index 35f814c..11480e6 100644
--- a/include/net/netfilter/nf_conntrack_ecache.h
+++ b/include/net/netfilter/nf_conntrack_ecache.h
@@ -74,6 +74,7 @@ static inline void nf_ct_event_cache_flush(struct net *net) {}
 static inline int nf_conntrack_ecache_init(struct net *net)
 {
 	return 0;
+}
 
 static inline void nf_conntrack_ecache_fini(struct net *net)
 {


  parent reply	other threads:[~2008-10-10  3:09 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-09  2:55 [PATCH]: jme: Fix warnings with CONFIG_PM disabled David Miller
2008-10-09  5:07 ` Guo-Fu Tseng
2008-10-10  3:08 ` Guo-Fu Tseng [this message]
2008-10-10  4:10   ` [PATCH net-next-2.6] nf_conntrack_ecache.h: Fix missing braces David Miller
2008-10-10  3:21 ` [PATCH net-next-2.6]: tcpv6: fix error with CONFIG_TCP_MD5SIG disabled Guo-Fu Tseng
2008-10-10  4:12   ` David Miller
2008-10-10 17:06     ` Guo-Fu Tseng
2008-10-10 12:05   ` Ilpo Järvinen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20081010030518.M86501@cooldavid.org \
    --to=cooldavid@cooldavid.org \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.