From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavan Nikhilesh Subject: Re: [PATCH] app/eventdev: fix typos in timer adapter options Date: Mon, 16 Apr 2018 15:37:23 +0530 Message-ID: <20180416100722.GA15674@ltp-pvn> References: <20180416100353.28271-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Thomas Monjalon Return-path: Received: from NAM02-CY1-obe.outbound.protection.outlook.com (mail-cys01nam02on0083.outbound.protection.outlook.com [104.47.37.83]) by dpdk.org (Postfix) with ESMTP id F0FFF6CD7 for ; Mon, 16 Apr 2018 12:07:48 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20180416100353.28271-1-thomas@monjalon.net> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Mon, Apr 16, 2018 at 12:03:53PM +0200, Thomas Monjalon wrote: > The options names in code and doc are not the same. > > Fixes: 98c6292105d4 ("app/eventdev: add options for event timer adapter") > Cc: pbhagavatula@caviumnetworks.com > > Signed-off-by: Thomas Monjalon > --- > app/test-eventdev/evt_options.c | 2 +- > doc/guides/tools/testeventdev.rst | 12 ++++++------ > 2 files changed, 7 insertions(+), 7 deletions(-) > Acked-by: Pavan Nikhilesh