diff options
author | Jiri Pirko <jpirko@redhat.com> | 2009-05-27 15:48:07 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-05-27 15:48:07 -0700 |
commit | 385a154cac8763284f65cdfa25f6796c9eb1ca21 (patch) | |
tree | bde9357bfc4cd8e41cc9dd4336d56f7fc9ba2a2c /include | |
parent | 2a91525c20d3aae15b33c189514b9e20e30ef8a8 (diff) | |
download | op-kernel-dev-385a154cac8763284f65cdfa25f6796c9eb1ca21.zip op-kernel-dev-385a154cac8763284f65cdfa25f6796c9eb1ca21.tar.gz |
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')
-rw-r--r-- | include/linux/netdevice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 14efce3..8e03b06 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 */ |