]> git.karo-electronics.de Git - linux-beck.git/commitdiff
net: ethernet: Fix double word "the the" in eth.c
authorMasanari Iida <standby24x7@gmail.com>
Thu, 6 Aug 2015 12:27:54 +0000 (21:27 +0900)
committerDavid S. Miller <davem@davemloft.net>
Mon, 10 Aug 2015 05:53:00 +0000 (22:53 -0700)
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>
net/ethernet/eth.c

index 77e0f0e7a88e2cfd32755b1dffbe83aeb89be24b..217127c3a3ef346475a8d0f4c41e8b9da2328b0c 100644 (file)
@@ -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
  *