From: Jiri Pirko Date: Wed, 27 May 2009 22:48:07 +0000 (-0700) Subject: net: correct a comment for the final #endif X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=385a154cac8763284f65cdfa25f6796c9eb1ca21;p=linux-beck.git net: correct a comment for the final #endif Signed-off-by: Jiri Pirko Signed-off-by: David S. Miller --- 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 */