From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751622AbcF2JIA (ORCPT ); Wed, 29 Jun 2016 05:08:00 -0400 Received: from mail-pa0-f66.google.com ([209.85.220.66]:36863 "EHLO mail-pa0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750921AbcF2JH5 (ORCPT ); Wed, 29 Jun 2016 05:07:57 -0400 From: Masanari Iida To: linux-kernel@vger.kernel.org, jacob.jun.pan@linux.intel.com, rui.zhang@intel.com, corbet@lwn.net, linux-doc@vger.kernel.org Cc: Masanari Iida Subject: [PATCH] [linux-next] Doc: PM: Fix a typo in intel_powerclamp.txt Date: Wed, 29 Jun 2016 18:05:56 +0900 Message-Id: <20160629090556.8194-1-standby24x7@gmail.com> X-Mailer: git-send-email 2.9.0.137.gcf4c2cf Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch fix a spelling typo in intel_powerclamp.txt Signed-off-by: Masanari Iida --- Documentation/thermal/intel_powerclamp.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/thermal/intel_powerclamp.txt b/Documentation/thermal/intel_powerclamp.txt index 332de4a39b5a..60073dc9f748 100644 --- a/Documentation/thermal/intel_powerclamp.txt +++ b/Documentation/thermal/intel_powerclamp.txt @@ -121,7 +121,7 @@ time is considered largely as a non-causal system where its behavior cannot be based on the past or current input. Therefore, the intel_powerclamp driver attempts to enforce the desired idle time instantly as given input (target idle ratio). After injection, -powerclamp moniors the actual idle for a given time window and adjust +powerclamp monitors the actual idle for a given time window and adjust the next injection accordingly to avoid over/under correction. When used in a causal control system, such as a temperature control, -- 2.9.0.137.gcf4c2cf