From patchwork Fri Oct 10 03:08:45 2008 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Guo-Fu Tseng X-Patchwork-Id: 3678 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by ozlabs.org (Postfix) with ESMTP id AB079DDF0A for ; Fri, 10 Oct 2008 14:09:46 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752573AbYJJDJT (ORCPT ); Thu, 9 Oct 2008 23:09:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751576AbYJJDJS (ORCPT ); Thu, 9 Oct 2008 23:09:18 -0400 Received: from 220-133-139-86.HINET-IP.hinet.net ([220.133.139.86]:46556 "EHLO cooldavid.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751499AbYJJDJR (ORCPT ); Thu, 9 Oct 2008 23:09:17 -0400 Received: from cooldavid.org (localhost [127.0.0.1]) by cooldavid.org (Postfix) with ESMTP id D4FADD0C1; Fri, 10 Oct 2008 11:08:45 +0800 (CST) From: "Guo-Fu Tseng" To: David Miller Cc: netdev@vger.kernel.org Reply-To: cooldavid@cooldavid.org Subject: [PATCH net-next-2.6] nf_conntrack_ecache.h: Fix missing braces Date: Fri, 10 Oct 2008 11:08:45 +0800 Message-Id: <20081010030518.M86501@cooldavid.org> In-Reply-To: <20081008.195524.235036900.davem@davemloft.net> References: <20081008.195524.235036900.davem@davemloft.net> X-Mailer: Open WebMail 2.51 20050228 X-OriginatingIP: 140.117.194.21 (cooldavid) MIME-Version: 1.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org 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 --- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html 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) {