From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Hunt, David" Subject: Re: [PATCH] doc: fix a typo in programmer's guide Date: Mon, 7 Jan 2019 09:11:34 +0000 Message-ID: References: <1546829434-11068-1-git-send-email-wang.yong19@zte.com.cn> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Yong Wang Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id AEDFE1B461 for ; Mon, 7 Jan 2019 10:11:36 +0100 (CET) In-Reply-To: <1546829434-11068-1-git-send-email-wang.yong19@zte.com.cn> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi Yong Wang, On 7/1/2019 2:50 AM, Yong Wang wrote: > This patch fixes a typo in programmer's guide. It should be Frequence, > not Fequence. It should be Frequency. Rgds, Dave. > Fixes: 450f0791312c ("power: add traffic pattern aware power control") > > Signed-off-by: Yong Wang > --- > doc/guides/prog_guide/power_man.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/doc/guides/prog_guide/power_man.rst b/doc/guides/prog_guide/power_man.rst > index 68b7e8b..f59e2c3 100644 > --- a/doc/guides/prog_guide/power_man.rst > +++ b/doc/guides/prog_guide/power_man.rst > @@ -184,7 +184,7 @@ API Overview for Empty Poll Power Management > > * **Update Valid Poll Counter**: update the valid poll counter. > > -* **Set the Fequence Index**: update the power state/frequency mapping. > +* **Set the Frequence Index**: update the power state/frequency mapping. > > * **Detect empty poll state change**: empty poll state change detection algorithm then take action. >