From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by dpdk.org (Postfix) with ESMTP id 53C971FE for ; Tue, 15 Jul 2014 16:05:25 +0200 (CEST) Received: from yzhao2-OptiPlex-990.corp.ad.wrs.com (yzhao2-optiplex-990.corp.ad.wrs.com [128.224.140.163]) by mail.windriver.com (8.14.5/8.14.5) with ESMTP id s6FE6BGU020334 for ; Tue, 15 Jul 2014 07:06:11 -0700 (PDT) From: Yao Zhao To: dev@dpdk.org Date: Tue, 15 Jul 2014 10:06:03 -0400 Message-Id: <1405433163-14307-1-git-send-email-yao.zhao@windriver.com> X-Mailer: git-send-email 1.9.1 Subject: [dpdk-dev] [PATCH] port: fix doxygen X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jul 2014 14:05:25 -0000 fix doxygen for rte_port_out_op_flush. Signed-off-by: Yao Zhao --- lib/librte_port/rte_port.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_port/rte_port.h b/lib/librte_port/rte_port.h index 0934b00..1d763c2 100644 --- a/lib/librte_port/rte_port.h +++ b/lib/librte_port/rte_port.h @@ -165,7 +165,7 @@ typedef int (*rte_port_out_op_tx_bulk)( uint64_t pkts_mask); /** - * Output port free + * Output port flush * * @param port * Handle to output port instance -- 1.9.1