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

Commit ab1a2d77 authored by Zhi Yong Wu's avatar Zhi Yong Wu Committed by David S. Miller
Browse files

net, iovec: fix the incorrect comment in memcpy_fromiovecend()

parent c4e819d1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -100,7 +100,7 @@ int memcpy_toiovecend(const struct iovec *iov, unsigned char *kdata,
EXPORT_SYMBOL(memcpy_toiovecend);

/*
 *	Copy iovec from kernel. Returns -EFAULT on error.
 *	Copy iovec to kernel. Returns -EFAULT on error.
 */

int memcpy_fromiovecend(unsigned char *kdata, const struct iovec *iov,