From patchwork Wed May 27 14:01:53 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jiri Pirko X-Patchwork-Id: 27738 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@bilbo.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from ozlabs.org (ozlabs.org [203.10.76.45]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.ozlabs.org", Issuer "CA Cert Signing Authority" (verified OK)) by bilbo.ozlabs.org (Postfix) with ESMTPS id 3C146B707E for ; Thu, 28 May 2009 00:02:03 +1000 (EST) Received: by ozlabs.org (Postfix) id 22BBBDDFE6; Thu, 28 May 2009 00:02:03 +1000 (EST) 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 B1368DDFC9 for ; Thu, 28 May 2009 00:02:02 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762381AbZE0OBy (ORCPT ); Wed, 27 May 2009 10:01:54 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758684AbZE0OBy (ORCPT ); Wed, 27 May 2009 10:01:54 -0400 Received: from mx2.redhat.com ([66.187.237.31]:42040 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758598AbZE0OBx (ORCPT ); Wed, 27 May 2009 10:01:53 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n4RE1tJm029830; Wed, 27 May 2009 10:01:55 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n4RE1slt002194; Wed, 27 May 2009 10:01:54 -0400 Received: from localhost (psychotron.englab.brq.redhat.com [10.34.32.135]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n4RE1q5V032528; Wed, 27 May 2009 10:01:53 -0400 Date: Wed, 27 May 2009 16:01:53 +0200 From: Jiri Pirko To: netdev@vger.kernel.org Cc: davem@davemloft.net Subject: [PATCH] net: correct a comment for the final #endif Message-ID: <20090527140153.GE1652@psychotron.englab.brq.redhat.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) X-Scanned-By: MIMEDefang 2.58 on 172.16.27.26 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org [PATCH] net: correct a comment for the final #endif Signed-off-by: Jiri Pirko --- 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/linux/netdevice.h b/include/linux/netdevice.h index 5a96a1a..aab9a4e 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h @@ -1910,4 +1910,4 @@ static inline int skb_bond_should_drop(struct sk_buff *skb) extern struct pernet_operations __net_initdata loopback_net_ops; #endif /* __KERNEL__ */ -#endif /* _LINUX_DEV_H */ +#endif /* _LINUX_NETDEVICE_H */