aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/packet_io.h
diff options
context:
space:
mode:
authorPetri Savolainen <petri.savolainen@linaro.org>2015-02-26 15:38:28 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-02-27 17:34:12 +0300
commitdcc1442984641cd83af897b55afdd21647e3f73f (patch)
tree5bfe2a5908746f7ebf8fb38cbe66c003607fd1c7 /include/odp/api/packet_io.h
parentc3f2ef2f3737829e1ccef1cc7a9be3f774b6b3fb (diff)
api: packet_io: remove specific errno value
Remove the specific value. This was the only errno value specified in the API. Add specific values when we have selected the set (and mechanism) of possible errno values for all APIs. Signed-off-by: Petri Savolainen <petri.savolainen@linaro.org> Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'include/odp/api/packet_io.h')
-rw-r--r--include/odp/api/packet_io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/odp/api/packet_io.h b/include/odp/api/packet_io.h
index fdafdd94b..6d31aeb60 100644
--- a/include/odp/api/packet_io.h
+++ b/include/odp/api/packet_io.h
@@ -48,7 +48,7 @@ extern "C" {
* Open an ODP packet IO instance
*
* Packet IO handles are single instance per device, attempts to open an already
- * open device will fail, returning ODP_PKTIO_INVALID with errno set to -EEXIST.
+ * open device will fail, returning ODP_PKTIO_INVALID with errno set.
* odp_pktio_lookup() may be used to obtain a handle to an already open device.
*
* @param dev Packet IO device name