All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [linux-next] net: Fix typo in skb_fclone_busy
@ 2015-12-13  7:53 Masanari Iida
  0 siblings, 0 replies; only message in thread
From: Masanari Iida @ 2015-12-13  7:53 UTC (permalink / raw)
  To: linux-kernel, davem, netdev; +Cc: Masanari Iida

This patch fix a typo found within comment of skb_fclone_busy.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 include/linux/skbuff.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h
index 9b9b9ea..af4f6ac 100644
--- a/include/linux/skbuff.h
+++ b/include/linux/skbuff.h
@@ -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.
  */
-- 
2.6.4.442.g545299f


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-12-13  7:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-13  7:53 [PATCH] [linux-next] net: Fix typo in skb_fclone_busy Masanari Iida

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.