Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp2090941imm; Thu, 20 Sep 2018 07:39:26 -0700 (PDT) X-Google-Smtp-Source: ANB0VdajjhyrvNSQkht4WVcfub22hXxHc0iMiJhSNds8EXGEeMv5fo1HD7uqJ8IUS5RyLWacIIKR X-Received: by 2002:a17:902:9a8a:: with SMTP id w10-v6mr38997384plp.14.1537454366405; Thu, 20 Sep 2018 07:39:26 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1537454366; cv=none; d=google.com; s=arc-20160816; b=fag2u8PqGcpcFuFjOy6T8FhJmERLuL+kQXbTW27Ox5UbrnNfRtdh36w0nkt4Drm/1/ btkAz25VZPa/i3M3xq8V+YyzipF464UHTKkUnCBkIbMDYEPYuTyvu/3N+up2T+eJqf78 MEPXcL8FZ9G2TLi9+/0WyrqEJ6EAwguRejmoO+LiUZD6VBdE0sQX6tnOeS0zE2UkCjJk 8yybZg2+UkMJ+lgNOfqn8lpHpwKC4RWdr6ALtmhzOSKzm0SxWBGZarFCnzknuYNSvJu3 Ds8xOmACfqHSsnwh80eYq+xLusMwzcmQ5DvSBLoll9uka+4s14ayMtMJ04/l2oAl+FUO LkBw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:subject:cc :to:from; bh=FhsFKUxmErRrC4LNu6P/QdbfZmwr1jz3y6HpuSuoBWI=; b=gR+BiMbyFS+ZeU8ejJQ+0Qy3FeJoczoB120oRfsSixbGvDQ9khJhkFo6YUbqdX8joT TEAveiYptI9eNKP8MhvHTrYTtcgke1jLS8gEZBmWoSSUyB1MA3U8bmXdPIr/+TI0uHKl Sy0aHidsD7LkOXrODqseCdbFLSkERimo5Eu9QHsPGdSWvyIsbjvTW1zeDgp2Km2udDBK oynn0cnQiBpAp4f7/lkEALTgdcxxLvgXA9sU/U1Z+XL6AKuAVjtbMX72fxlrmS5EZG4K 6pnQUfx7qGBVg2WlUdLxEtg3n+RCjHKjhFeOiZvXiMRH+xvcyR33P3m3AFQZhOLpn6PR X5kQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id n3-v6si23651486pgh.359.2018.09.20.07.39.10; Thu, 20 Sep 2018 07:39:26 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1733041AbeITUVQ (ORCPT + 99 others); Thu, 20 Sep 2018 16:21:16 -0400 Received: from legacy.ddn.com ([64.47.133.206]:15926 "EHLO legacy.ddn.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726990AbeITUVQ (ORCPT ); Thu, 20 Sep 2018 16:21:16 -0400 X-Greylist: delayed 324 seconds by postgrey-1.27 at vger.kernel.org; Thu, 20 Sep 2018 16:21:16 EDT Received: from LAX-EX-CAHT1.datadirect.datadirectnet.com (10.8.103.81) by LAX-EX-CAHT2.datadirect.datadirectnet.com (10.8.103.82) with Microsoft SMTP Server (TLS) id 14.3.389.1; Thu, 20 Sep 2018 07:32:06 -0700 Received: from localhost.localdomain.com (10.48.114.60) by LAX-EX-CAHT1.datadirect.datadirectnet.com (10.8.103.81) with Microsoft SMTP Server (TLS) id 14.3.389.1; Thu, 20 Sep 2018 07:32:05 -0700 From: Matt Lupfer To: Len Brown CC: , , Matt Lupfer Subject: [PATCH] tools/power: Fix typo in man page Date: Thu, 20 Sep 2018 10:31:44 -0400 Message-ID: <20180920143144.12210-1-mlupfer@ddn.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.48.114.60] Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From context, we mean EPB (Enegry Performance Bias). Signed-off-by: Matt Lupfer --- tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.8 b/tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.8 index 17db1c3af4d0..78c6361898b1 100644 --- a/tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.8 +++ b/tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.8 @@ -40,7 +40,7 @@ in the same processor package. Hardware P-States (HWP) are effectively an expansion of hardware P-state control from the opportunistic turbo-mode P-state range to include the entire range of available P-states. -On Broadwell Xeon, the initial HWP implementation, EBP influenced HWP. +On Broadwell Xeon, the initial HWP implementation, EPB influenced HWP. That influence was removed in subsequent generations, where it was moved to the Energy_Performance_Preference (EPP) field in -- 2.17.1