aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
diff options
context:
space:
mode:
authorJiri Pirko <jpirko@redhat.com>2009-05-27 18:48:07 -0400
committerDavid S. Miller <davem@davemloft.net>2009-05-27 18:48:07 -0400
commit385a154cac8763284f65cdfa25f6796c9eb1ca21 (patch)
treebde9357bfc4cd8e41cc9dd4336d56f7fc9ba2a2c /include/linux/netdevice.h
parent2a91525c20d3aae15b33c189514b9e20e30ef8a8 (diff)
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>
Diffstat (limited to 'include/linux/netdevice.h')
-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)
1975} 1975}
1976#endif /* __KERNEL__ */ 1976#endif /* __KERNEL__ */
1977 1977
1978#endif /* _LINUX_DEV_H */ 1978#endif /* _LINUX_NETDEVICE_H */