From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 3B4962BB4 for ; Mon, 26 Sep 2016 14:28:26 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP; 26 Sep 2016 05:28:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,399,1470726000"; d="scan'208";a="766029667" Received: from irsmsx108.ger.corp.intel.com ([163.33.3.3]) by FMSMGA003.fm.intel.com with ESMTP; 26 Sep 2016 05:28:25 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.91]) by IRSMSX108.ger.corp.intel.com ([169.254.11.164]) with mapi id 14.03.0248.002; Mon, 26 Sep 2016 13:28:23 +0100 From: "Mcnamara, John" To: Mauricio Vasquez B , "dev@dpdk.org" CC: "stephen@networkplumber.org" Thread-Topic: [dpdk-dev] [PATCH] fix documentation error on debug functions Thread-Index: AQHSBQl1VFHh2J9/WkyTgNmGDCLmlqCL2MDQ Date: Mon, 26 Sep 2016 12:28:23 +0000 Message-ID: References: <1472814111-7467-1-git-send-email-mauricio.vasquez@polito.it> In-Reply-To: <1472814111-7467-1-git-send-email-mauricio.vasquez@polito.it> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYzFjMDc2OTEtOGIwOC00YjMwLTlkMzYtNDRkNjBkM2FhYzIwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlZxWUhtN2FoUUtEbTc3bVRja0lZWFc0bmlhMnNHNTZ5QWxJMG5aY2NjYnM9In0= x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] fix documentation error on debug functions 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: Mon, 26 Sep 2016 12:28:26 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Mauricio Vasquez B > Sent: Friday, September 2, 2016 12:02 PM > To: dev@dpdk.org > Cc: stephen@networkplumber.org > Subject: [dpdk-dev] [PATCH] fix documentation error on debug functions >=20 > Previous patch updated the functions without updating all the comments. >=20 > Fixes: 591a9d7985c1 ("add FILE argument to debug functions") >=20 > Signed-off-by: Mauricio Vasquez B Well spotted. Acked-by: John McNamara