[v2] doc: fix a typo in programmer's guide

Message ID 1546852247-4042-1-git-send-email-wang.yong19@zte.com.cn (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series [v2] doc: fix a typo in programmer's guide |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/mellanox-Performance-Testing success Performance Testing PASS
ci/intel-Performance-Testing success Performance Testing PASS
ci/Intel-compilation success Compilation OK

Commit Message

Yong Wang Jan. 7, 2019, 9:10 a.m. UTC
  This patch fixes a typo in programmer's guide. It should be Frequency,
not Fequence.

Fixes: 450f0791312c ("power: add traffic pattern aware power control")

Signed-off-by: Yong Wang <wang.yong19@zte.com.cn>

---
v2: modify Frequence to Frequency
---
 doc/guides/prog_guide/power_man.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Thomas Monjalon Jan. 15, 2019, 1:42 a.m. UTC | #1
07/01/2019 10:10, Yong Wang:
> This patch fixes a typo in programmer's guide. It should be Frequency,
> not Fequence.
> 
> Fixes: 450f0791312c ("power: add traffic pattern aware power control")
> 
> Signed-off-by: Yong Wang <wang.yong19@zte.com.cn>

Applied, thanks
  

Patch

diff --git a/doc/guides/prog_guide/power_man.rst b/doc/guides/prog_guide/power_man.rst
index 68b7e8b..f55436b 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 Frequency Index**: update the power state/frequency mapping.
 
 * **Detect empty poll state change**: empty poll state change detection algorithm then take action.