From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 6E64B199AE for ; Mon, 11 Dec 2017 16:20:56 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Dec 2017 07:20:55 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,392,1508828400"; d="scan'208";a="12465144" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by fmsmga001.fm.intel.com with ESMTP; 11 Dec 2017 07:20:54 -0800 Received: from irsmsx112.ger.corp.intel.com (10.108.20.5) by IRSMSX107.ger.corp.intel.com (163.33.3.99) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 11 Dec 2017 15:20:52 +0000 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.49]) by irsmsx112.ger.corp.intel.com ([169.254.1.12]) with mapi id 14.03.0319.002; Mon, 11 Dec 2017 15:20:52 +0000 From: "Mcnamara, John" To: Roy Franz , "dev@dpdk.org" CC: Roy Franz Thread-Topic: [dpdk-dev] [PATCH 2/2] doc: Fix typo Thread-Index: AQHTatJZBazbYJ3fW0Ou9A6b7/dlGKM+UMTg Date: Mon, 11 Dec 2017 15:20:52 +0000 Message-ID: References: <20171201182640.21885-1-roy.franz@cavium.com> <20171201182640.21885-2-roy.franz@cavium.com> In-Reply-To: <20171201182640.21885-2-roy.franz@cavium.com> 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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNjZlYzBmMTYtYmFhYS00ZTMyLTk0MTYtMjIyZjIxYTZhODExIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IjFWWkhYYzk5VkVLazUrUisrdmZEdDFmWmdqR3Y0VnJvanhRdkNWdU0xRFk9In0= dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action 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 2/2] doc: Fix typo 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: , X-List-Received-Date: Mon, 11 Dec 2017 15:20:56 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Roy Franz > Sent: Friday, December 1, 2017 6:27 PM > To: dev@dpdk.org > Cc: Roy Franz > Subject: [dpdk-dev] [PATCH 2/2] doc: Fix typo >=20 > Fix trivial typo (an -> and) in description of service core masks. >=20 > Signed-off-by: Roy Franz Thanks. For future reference the subject line should be lowercase like: doc: fix typo Or better doc: fix typo in service cores doc See: http://dpdk.org/doc/guides/contributing/patches.html#commit-messages-s= ubject-line Apart from that, Acked-by: John McNamara