netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: correct a comment for the final #endif
@ 2009-05-27 14:01 Jiri Pirko
  2009-05-27 22:49 ` David Miller
  0 siblings, 1 reply; 6+ messages in thread
From: Jiri Pirko @ 2009-05-27 14:01 UTC (permalink / raw)
  To: netdev; +Cc: davem

[PATCH] net: correct a comment for the final #endif

Signed-off-by: Jiri Pirko <jpirko@redhat.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 */

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

end of thread, other threads:[~2009-05-28  7:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-27 14:01 [PATCH] net: correct a comment for the final #endif Jiri Pirko
2009-05-27 22:49 ` David Miller
2009-05-28  5:47   ` Jiri Pirko
2009-05-28  6:33     ` David Miller
2009-05-28  6:39       ` Eric Dumazet
2009-05-28  7:05         ` Jiri Pirko

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).