diff mbox

[NEXT] api: pktio: pktio documentation typo correction

Message ID 1482957192-6754-1-git-send-email-bill.fischofer@linaro.org
State Accepted
Commit dd3031076b80cf6d8b9df6024c44555c77b150fb
Headers show

Commit Message

Bill Fischofer Dec. 28, 2016, 8:33 p.m. UTC
Signed-off-by: Bill Fischofer <bill.fischofer@linaro.org>

---
 include/odp/api/spec/packet_io.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.7.4

Comments

Maxim Uvarov Dec. 29, 2016, 1:03 p.m. UTC | #1
Merged to api-next.

Might be my artefact from vim. I must be more careful this it. Thanks
for finding it.

Maxim.

On 12/28/16 23:33, Bill Fischofer wrote:
> Signed-off-by: Bill Fischofer <bill.fischofer@linaro.org>

> ---

>  include/odp/api/spec/packet_io.h | 2 +-

>  1 file changed, 1 insertion(+), 1 deletion(-)

> 

> diff --git a/include/odp/api/spec/packet_io.h b/include/odp/api/spec/packet_io.h

> index 2dabfcc..85cd6d1 100644

> --- a/include/odp/api/spec/packet_io.h

> +++ b/include/odp/api/spec/packet_io.h

> @@ -189,7 +189,7 @@ typedef struct odp_pktin_queue_param_t {

>  

>  	/** Number of input queues to be created

>  	  *

> -	  * When classifier is enabled in odp_ipktin_queue_config() this

> +	  * When classifier is enabled in odp_pktin_queue_config() this

>  	  * value is ignored, otherwise at least one queue is required.

>  	  * More than one input queues require flow hashing configured.

>  	  * The maximum value is defined by pktio capability 'max_input_queues'.

>
diff mbox

Patch

diff --git a/include/odp/api/spec/packet_io.h b/include/odp/api/spec/packet_io.h
index 2dabfcc..85cd6d1 100644
--- a/include/odp/api/spec/packet_io.h
+++ b/include/odp/api/spec/packet_io.h
@@ -189,7 +189,7 @@  typedef struct odp_pktin_queue_param_t {
 
 	/** Number of input queues to be created
 	  *
-	  * When classifier is enabled in odp_ipktin_queue_config() this
+	  * When classifier is enabled in odp_pktin_queue_config() this
 	  * value is ignored, otherwise at least one queue is required.
 	  * More than one input queues require flow hashing configured.
 	  * The maximum value is defined by pktio capability 'max_input_queues'.