summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Pirko <jpirko@redhat.com>2009-05-28 00:48:07 +0200
committerDavid S. Miller <davem@davemloft.net>2009-05-28 00:48:07 +0200
commit385a154cac8763284f65cdfa25f6796c9eb1ca21 (patch)
treebde9357bfc4cd8e41cc9dd4336d56f7fc9ba2a2c
parentnet: net/core/sock.c cleanup (diff)
downloadlinux-385a154cac8763284f65cdfa25f6796c9eb1ca21.tar.xz
linux-385a154cac8763284f65cdfa25f6796c9eb1ca21.zip
net: correct a comment for the final #endif
Signed-off-by: Jiri Pirko <jpirko@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--include/linux/netdevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index 14efce33c002..8e03b06e638e 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -1975,4 +1975,4 @@ static inline u32 dev_ethtool_get_flags(struct net_device *dev)
}
#endif /* __KERNEL__ */
-#endif /* _LINUX_DEV_H */
+#endif /* _LINUX_NETDEVICE_H */