From patchwork Mon Jan 13 10:22:40 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Harry Pan X-Patchwork-Id: 11329897 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 69D26921 for ; Mon, 13 Jan 2020 10:22:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4A1192084D for ; Mon, 13 Jan 2020 10:22:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726001AbgAMKWu (ORCPT ); Mon, 13 Jan 2020 05:22:50 -0500 Received: from mga05.intel.com ([192.55.52.43]:64218 "EHLO mga05.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725992AbgAMKWu (ORCPT ); Mon, 13 Jan 2020 05:22:50 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Jan 2020 02:22:50 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,428,1571727600"; d="scan'208";a="255840582" Received: from jingma1-mobl1.ccr.corp.intel.com (HELO M5530.gar.corp.intel.com) ([10.255.175.37]) by fmsmga002.fm.intel.com with ESMTP; 13 Jan 2020 02:22:47 -0800 From: Harry Pan To: LKML Cc: gs0622@gmail.com, Harry Pan , linux-pm@vger.kernel.org, "Rafael J. Wysocki" , Srinivas Pandruvada , Len Brown , Viresh Kumar Subject: [PATCH] cpufreq: intel_pstate: fix spelling mistake: "Whethet" -> "Whether" Date: Mon, 13 Jan 2020 18:22:40 +0800 Message-Id: <20200113182228.1.I3c4155635fe990891a2c98c874cc4a270c82fe1b@changeid> X-Mailer: git-send-email 2.24.1 MIME-Version: 1.0 Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org Fix a spelling typo in the comment, no function change. Signed-off-by: Harry Pan Acked-by: Viresh Kumar --- drivers/cpufreq/intel_pstate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/cpufreq/intel_pstate.c b/drivers/cpufreq/intel_pstate.c index 8ab31702cf6a..4bd9cb33132c 100644 --- a/drivers/cpufreq/intel_pstate.c +++ b/drivers/cpufreq/intel_pstate.c @@ -172,7 +172,7 @@ struct vid_data { /** * struct global_params - Global parameters, mostly tunable via sysfs. * @no_turbo: Whether or not to use turbo P-states. - * @turbo_disabled: Whethet or not turbo P-states are available at all, + * @turbo_disabled: Whether or not turbo P-states are available at all, * based on the MSR_IA32_MISC_ENABLE value and whether or * not the maximum reported turbo P-state is different from * the maximum reported non-turbo one.