Skip to content

Commit

Permalink
net: Fix typo in skb_fclone_busy
Browse files Browse the repository at this point in the history
This patch fix a typo found within comment of skb_fclone_busy.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Masanari Iida authored and David S. Miller committed Dec 14, 2015
1 parent 5148371 commit bda13fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/skbuff.h
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ struct sk_buff_fclones {
* skb_fclone_busy - check if fclone is busy
* @skb: buffer
*
* Returns true is skb is a fast clone, and its clone is not freed.
* Returns true if skb is a fast clone, and its clone is not freed.
* Some drivers call skb_orphan() in their ndo_start_xmit(),
* so we also check that this didnt happen.
*/
Expand Down

0 comments on commit bda13fe

Please sign in to comment.