net: Start with correct mac_len in skb_network_protocol
[firefly-linux-kernel-4.4.55.git] / net / core / datagram.c
index af814e764206f6d4221b91f03dc2e3bfa1da05f2..a16ed7bbe37689007e1fabed938076619c65a2e2 100644 (file)
@@ -577,7 +577,7 @@ EXPORT_SYMBOL(skb_copy_datagram_from_iovec);
 /**
  *     zerocopy_sg_from_iovec - Build a zerocopy datagram from an iovec
  *     @skb: buffer to copy
- *     @from: io vector to copy to
+ *     @from: io vector to copy from
  *     @offset: offset in the io vector to start copying from
  *     @count: amount of vectors to copy to buffer from
  *