[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090527140153.GE1652@psychotron.englab.brq.redhat.com>
Date: Wed, 27 May 2009 16:01:53 +0200
From: Jiri Pirko <jpirko@...hat.com>
To: netdev@...r.kernel.org
Cc: davem@...emloft.net
Subject: [PATCH] net: correct a comment for the final #endif
[PATCH] net: correct a comment for the final #endif
Signed-off-by: Jiri Pirko <jpirko@...hat.com>
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 */
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists