aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2015-08-06 21:27:54 +0900
committerDavid S. Miller <davem@davemloft.net>2015-08-09 22:53:00 -0700
commitecea49914b329e3f5cf746979c10e05e6bdad77a (patch)
treed3d56630ca8a391992a988083f2e23c0a28976e9 /net
parentnet: phy: add RealTek RTL8211DN phy id (diff)
downloadlinux-dev-ecea49914b329e3f5cf746979c10e05e6bdad77a.tar.xz
linux-dev-ecea49914b329e3f5cf746979c10e05e6bdad77a.zip
net: ethernet: Fix double word "the the" in eth.c
This patch fix double word "the the" in Documentation/DocBook/networking/API-eth-get-headlen.html Documentation/DocBook/networking/netdev.html Documentation/DocBook/networking.xml These files are generated from comment in source, so I have to fix comment in net/ethernet/eth.c. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r--net/ethernet/eth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ethernet/eth.c b/net/ethernet/eth.c
index 77e0f0e7a88e..217127c3a3ef 100644
--- a/net/ethernet/eth.c
+++ b/net/ethernet/eth.c
@@ -114,7 +114,7 @@ int eth_header(struct sk_buff *skb, struct net_device *dev,
EXPORT_SYMBOL(eth_header);
/**
- * eth_get_headlen - determine the the length of header for an ethernet frame
+ * eth_get_headlen - determine the length of header for an ethernet frame
* @data: pointer to start of frame
* @len: total length of frame
*