From patchwork Fri Feb 3 09:56:25 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Viresh Kumar X-Patchwork-Id: 9553729 X-Patchwork-Delegate: rjw@sisk.pl Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 99635604A7 for ; Fri, 3 Feb 2017 09:57:04 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 861242831C for ; Fri, 3 Feb 2017 09:57:04 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 775312850D; Fri, 3 Feb 2017 09:57:04 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 029912831C for ; Fri, 3 Feb 2017 09:57:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753187AbdBCJ4o (ORCPT ); Fri, 3 Feb 2017 04:56:44 -0500 Received: from mail-pg0-f49.google.com ([74.125.83.49]:34713 "EHLO mail-pg0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753058AbdBCJ4n (ORCPT ); Fri, 3 Feb 2017 04:56:43 -0500 Received: by mail-pg0-f49.google.com with SMTP id 14so5569710pgg.1 for ; Fri, 03 Feb 2017 01:56:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=WNVnW3EOaYlw0TORwvJDGIW0cy8JrVesI1pSFgCu0KM=; b=M4PZaTajF1Jb0ArlHppTeTgJy/x/8tUWQeTRyvwk8fBxcaH+70O1IfYfw04qfhtMyW oGGL6ZOLkLon5Fb4O+0TCuzwYhczEHnnRHUcZ2QMS7iXTMcGtU9aGBanteGIvlgBshEx M3sIDR4iMgrytuUF4w/QSXrF++rI3x/E3YNLg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=WNVnW3EOaYlw0TORwvJDGIW0cy8JrVesI1pSFgCu0KM=; b=EPKmsav2MX8Dec8C3lU6GqfUf2UclV+lT2SvBO2ErAXBM+TpeUxxJEc163i8fq1zqC jduhoT5WCfk1vQEgQARrkIJshKLNprp0qOwGzGHs8jxHmXfdEym/NNRc/9NfE8AvdIfE g0j/z0y3aWkUjg0xUSBPyTdKd5udAc4k6jla/0qAWcw1poDSCQ3zULlhuCXFa4dYUo+M Zi1MTi5d0vsEuyVEMvn2xcZfL5j0VsqbhYUg2VSuTiC6Z4dbS4KhxqzOcujluR7qefRA UBB5uSPALqi+0W5VhohEcelGdnyQGNrYoNzJeNnixI0QJC41PxX4hsq8xUJprA/bVep4 oAbQ== X-Gm-Message-State: AIkVDXIh71WXbGfzm95kjnA126TkveyVU+UVhB//NFkDNetHdAdokardEbQaTahV2gDZMrjV X-Received: by 10.98.155.155 with SMTP id e27mr16740684pfk.140.1486115802429; Fri, 03 Feb 2017 01:56:42 -0800 (PST) Received: from localhost ([122.172.165.189]) by smtp.gmail.com with ESMTPSA id m20sm65954882pgd.17.2017.02.03.01.56.38 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 03 Feb 2017 01:56:41 -0800 (PST) From: Viresh Kumar To: Rafael Wysocki , Viresh Kumar Cc: linaro-kernel@lists.linaro.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, Vincent Guittot Subject: [PATCH] cpufreq: Fix typos Date: Fri, 3 Feb 2017 15:26:25 +0530 Message-Id: <4164c0bc9ba2e15876c8efe868f9ae1c851f105b.1486115779.git.viresh.kumar@linaro.org> X-Mailer: git-send-email 2.7.1.410.g6faf27b Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP - s/freqnency/frequency -s/accomodating/accommodating Signed-off-by: Viresh Kumar --- include/linux/cpufreq.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/linux/cpufreq.h b/include/linux/cpufreq.h index b07838b1fc60..87165f06a307 100644 --- a/include/linux/cpufreq.h +++ b/include/linux/cpufreq.h @@ -31,7 +31,7 @@ #define CPUFREQ_ETERNAL (-1) #define CPUFREQ_NAME_LEN 16 -/* Print length for names. Extra 1 space for accomodating '\n' in prints */ +/* Print length for names. Extra 1 space for accommodating '\n' in prints */ #define CPUFREQ_NAME_PLEN (CPUFREQ_NAME_LEN + 1) struct cpufreq_governor; @@ -115,7 +115,7 @@ struct cpufreq_policy { * guarantee that frequency can be changed on any CPU sharing the * policy and that the change will affect all of the policy CPUs then. * - fast_switch_enabled is to be set by governors that support fast - * freqnency switching with the help of cpufreq_enable_fast_switch(). + * frequency switching with the help of cpufreq_enable_fast_switch(). */ bool fast_switch_possible; bool fast_switch_enabled;