Skip to content

Commit bda13fe

Browse files
standby24x7davem330
authored andcommitted
net: Fix typo in skb_fclone_busy
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>
1 parent 5148371 commit bda13fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/skbuff.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ struct sk_buff_fclones {
833833
* skb_fclone_busy - check if fclone is busy
834834
* @skb: buffer
835835
*
836-
* Returns true is skb is a fast clone, and its clone is not freed.
836+
* Returns true if skb is a fast clone, and its clone is not freed.
837837
* Some drivers call skb_orphan() in their ndo_start_xmit(),
838838
* so we also check that this didnt happen.
839839
*/

0 commit comments

Comments
 (0)