summaryrefslogtreecommitdiff
path: root/nuttx/net/iob/iob_copyin.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-24 15:38:00 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-24 15:38:00 -0600
commitf8f6318244f391e250428ecacae6a0b66feb0bea (patch)
tree306aaa03910542027396fd219512d61e21d48975 /nuttx/net/iob/iob_copyin.c
parentd8d6c72e3b71b7b7324d301432c194c712411df6 (diff)
downloadnuttx-f8f6318244f391e250428ecacae6a0b66feb0bea.tar.gz
nuttx-f8f6318244f391e250428ecacae6a0b66feb0bea.tar.bz2
nuttx-f8f6318244f391e250428ecacae6a0b66feb0bea.zip
TCP Read-Ahead: Convert to use I/O buffer chains
Diffstat (limited to 'nuttx/net/iob/iob_copyin.c')
-rw-r--r--nuttx/net/iob/iob_copyin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/net/iob/iob_copyin.c b/nuttx/net/iob/iob_copyin.c
index 1cfd1f697..75d82023c 100644
--- a/nuttx/net/iob/iob_copyin.c
+++ b/nuttx/net/iob/iob_copyin.c
@@ -223,5 +223,5 @@ int iob_copyin(FAR struct iob_s *iob, FAR const uint8_t *src,
offset = 0;
}
- return 0;
+ return OK;
}