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 E2FC925D9; Thu, 26 Jul 2018 21:25:45 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Jul 2018 12:25:44 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,406,1526367600"; d="scan'208";a="60997989" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by orsmga006.jf.intel.com with ESMTP; 26 Jul 2018 12:25:23 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.208]) by IRSMSX104.ger.corp.intel.com ([169.254.5.225]) with mapi id 14.03.0319.002; Thu, 26 Jul 2018 20:25:23 +0100 From: "Mcnamara, John" To: Thomas Monjalon , "Rosen, Rami" CC: "stable@dpdk.org" , "dev@dpdk.org" , "gaetan.rivet@6wind.com" Thread-Topic: [dpdk-stable] [PATCH] bus/pci: fix a typo Thread-Index: AQHUJQ9cTrUf6zF8XUmxaa3CzuLcMqSh0JMAgAARkgA= Date: Thu, 26 Jul 2018 19:25:22 +0000 Message-ID: References: <1532629883-21085-1-git-send-email-rami.rosen@intel.com> <2190304.KZPNZdMZGo@xps> In-Reply-To: <2190304.KZPNZdMZGo@xps> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDQzMzNhZDUtNzVhZC00OTc4LTkwZDAtYTVhNGYxOTUxNTNiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoia0VyVzdvMk1jMnU1bUdYZ01cLzlGbG0zeDcxYlpHR2ZGMUk4emlmempCVk1aU2NqUTNLRHc3d295aW9TZFczK24ifQ== dlp-product: dlpe-windows dlp-version: 11.0.400.15 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] [dpdk-stable] [PATCH] bus/pci: fix a 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: Thu, 26 Jul 2018 19:25:46 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas@monjalon.net] > Sent: Thursday, July 26, 2018 8:21 PM > To: Rosen, Rami > Cc: stable@dpdk.org; dev@dpdk.org; gaetan.rivet@6wind.com; Mcnamara, John > > Subject: Re: [dpdk-stable] [PATCH] bus/pci: fix a typo >=20 > 26/07/2018 20:31, Rami Rosen: > > This patch fixes a trivial typo in pci_common.c. > > > > Signed-off-by: Rami Rosen >=20 > Fixes: 23eaa9059ec2 ("bus/pci: use given name as generic name") > Cc: gaetan.rivet@6wind.com >=20 > > --- a/drivers/bus/pci/pci_common.c > > +++ b/drivers/bus/pci/pci_common.c > > if (devargs !=3D NULL) > > /* If an rte_devargs exists, the generic rte_device uses the > > - * given name as its namea > > + * given name as its name > > */ >=20 > You can replace the "a" by a dot. >=20 > Applied with above changes, thanks. Yes. I like to see comments as properly punctuated sentences. other people have other preferences