* [PATCH] [trivial] net: ethernet: Fix double word "the the" in eth.c
@ 2015-08-06 12:27 Masanari Iida
2015-08-10 5:53 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Masanari Iida @ 2015-08-06 12:27 UTC (permalink / raw)
To: davem, trivial, netdev, corbet; +Cc: Masanari Iida
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(-)
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
*
--
2.5.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] [trivial] net: ethernet: Fix double word "the the" in eth.c
2015-08-06 12:27 [PATCH] [trivial] net: ethernet: Fix double word "the the" in eth.c Masanari Iida
@ 2015-08-10 5:53 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2015-08-10 5:53 UTC (permalink / raw)
To: standby24x7; +Cc: trivial, netdev, corbet
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-08-10 5:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-06 12:27 [PATCH] [trivial] net: ethernet: Fix double word "the the" in eth.c Masanari Iida
2015-08-10 5:53 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).