From patchwork Sat Nov 4 14:28:28 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rami Rosen X-Patchwork-Id: 31174 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id ECE141B3CA; Sat, 4 Nov 2017 15:30:09 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 82FDF1B3C9 for ; Sat, 4 Nov 2017 15:30:08 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga105.jf.intel.com with ESMTP; 04 Nov 2017 07:30:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,342,1505804400"; d="scan'208";a="917577000" Received: from imail001.iil.intel.com ([10.184.207.12]) by FMSMGA003.fm.intel.com with ESMTP; 04 Nov 2017 07:30:06 -0700 Received: from rr.iil.intel.com (rr.iil.intel.com [143.185.141.82]) by imail001.iil.intel.com with ESMTP id vA4EUYIX011886; Sat, 4 Nov 2017 16:30:34 +0200 From: Rami Rosen To: dev@dpdk.org Cc: Rami Rosen Date: Sat, 4 Nov 2017 16:28:28 +0200 Message-Id: <1509805708-9951-1-git-send-email-rami.rosen@intel.com> X-Mailer: git-send-email 1.9.1 Subject: [dpdk-dev] [PATCH] lib: fix a typo in kni header file (doxygen) X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This patch fixes a trivial typo in rte_kni.h header file (librte_kni). Signed-off-by: Rami Rosen Acked-by: Ferruh Yigit --- lib/librte_kni/rte_kni.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_kni/rte_kni.h b/lib/librte_kni/rte_kni.h index 87812cd..d195079 100644 --- a/lib/librte_kni/rte_kni.h +++ b/lib/librte_kni/rte_kni.h @@ -118,7 +118,7 @@ struct rte_kni_conf { * elements for each KNI interface allocated. * * @param pktmbuf_pool - * The mempool for allocting mbufs for packets. + * The mempool for allocating mbufs for packets. * @param conf * The pointer to the configurations of the KNI device. * @param ops