Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bda13fed authored by Masanari Iida's avatar Masanari Iida Committed by David S. Miller
Browse files

net: Fix typo in skb_fclone_busy



This patch fix a typo found within comment of skb_fclone_busy.

Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 5148371a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
 */