diff mbox

[trivial] net: ethernet: Fix double word "the the" in eth.c

Message ID 1438864074-3083-1-git-send-email-standby24x7@gmail.com
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Masanari Iida Aug. 6, 2015, 12:27 p.m. UTC
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>
---
 net/ethernet/eth.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

David Miller Aug. 10, 2015, 5:53 a.m. UTC | #1
From: Masanari Iida <standby24x7@gmail.com>
Date: Thu,  6 Aug 2015 21:27:54 +0900

> 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>

Applied to net-next, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/net/ethernet/eth.c b/net/ethernet/eth.c
index 77e0f0e..217127c 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
  *