diff options
author | Masanari Iida <standby24x7@gmail.com> | 2015-08-06 21:27:54 +0900 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-08-09 22:53:00 -0700 |
commit | ecea49914b329e3f5cf746979c10e05e6bdad77a (patch) | |
tree | d3d56630ca8a391992a988083f2e23c0a28976e9 | |
parent | 0024f8920045c6a57d98b44290bbaebb0e3c6c00 (diff) | |
download | linux-ecea49914b329e3f5cf746979c10e05e6bdad77a.tar.bz2 |
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>
-rw-r--r-- | net/ethernet/eth.c | 2 |
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 * |