Skip to content

Commit ecea499

Browse files
standby24x7davem330
authored andcommitted
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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 0024f89 commit ecea499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/ethernet/eth.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ int eth_header(struct sk_buff *skb, struct net_device *dev,
114114
EXPORT_SYMBOL(eth_header);
115115

116116
/**
117-
* eth_get_headlen - determine the the length of header for an ethernet frame
117+
* eth_get_headlen - determine the length of header for an ethernet frame
118118
* @data: pointer to start of frame
119119
* @len: total length of frame
120120
*

0 commit comments

Comments
 (0)