Skip to content

Commit

Permalink
net: ethernet: Fix double word "the the" in eth.c
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
standby24x7 authored and davem330 committed Aug 10, 2015
1 parent 0024f89 commit ecea499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ethernet/eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down

0 comments on commit ecea499

Please sign in to comment.