From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 54CF88DA8 for ; Wed, 9 Sep 2015 03:24:19 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP; 08 Sep 2015 18:24:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,493,1437462000"; d="scan'208";a="785462124" Received: from pgsmsx101.gar.corp.intel.com ([10.221.44.78]) by fmsmga001.fm.intel.com with ESMTP; 08 Sep 2015 18:24:17 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by PGSMSX101.gar.corp.intel.com (10.221.44.78) with Microsoft SMTP Server (TLS) id 14.3.224.2; Wed, 9 Sep 2015 09:24:07 +0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.206]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.248]) with mapi id 14.03.0224.002; Wed, 9 Sep 2015 09:24:06 +0800 From: "Ouyang, Changchun" To: Yuanhan Liu , "dev@dpdk.org" Thread-Topic: [PATCH 2/4] vhost: fix typo Thread-Index: AQHQ3iCObhWqKQAjNEq3F2CcTmaWAZ4zf/hg Date: Wed, 9 Sep 2015 01:24:05 +0000 Message-ID: References: <1440388485-13554-1-git-send-email-yuanhan.liu@linux.intel.com> <1440388485-13554-2-git-send-email-yuanhan.liu@linux.intel.com> In-Reply-To: <1440388485-13554-2-git-send-email-yuanhan.liu@linux.intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 2/4] vhost: fix typo 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: Wed, 09 Sep 2015 01:24:19 -0000 > -----Original Message----- > From: Yuanhan Liu [mailto:yuanhan.liu@linux.intel.com] > Sent: Monday, August 24, 2015 11:55 AM > To: dev@dpdk.org > Cc: Xie, Huawei; Ouyang, Changchun; Yuanhan Liu > Subject: [PATCH 2/4] vhost: fix typo >=20 > _det =3D> _dev >=20 > Signed-off-by: Yuanhan Liu Acked-by: Changchun Ouyang