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: 93155 Delivered-To: patch@linaro.org Received: by 10.140.20.99 with SMTP id 90csp515909qgi; Fri, 3 Feb 2017 01:56:47 -0800 (PST) X-Received: by 10.84.142.1 with SMTP id 1mr19797801plw.127.1486115807157; Fri, 03 Feb 2017 01:56:47 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id b60si25044264plc.299.2017.02.03.01.56.46; Fri, 03 Feb 2017 01:56:47 -0800 (PST) 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; dkim=pass header.i=@linaro.org; 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; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753176AbdBCJ4p (ORCPT + 25 others); Fri, 3 Feb 2017 04:56:45 -0500 Received: from mail-pg0-f50.google.com ([74.125.83.50]:34713 "EHLO mail-pg0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753008AbdBCJ4n (ORCPT ); Fri, 3 Feb 2017 04:56:43 -0500 Received: by mail-pg0-f50.google.com with SMTP id 14so5569711pgg.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=Sn7YxDmWD1KQTONsmuJOAjRokf1YpF1EE7UMyB6dJjG3kVHfRaUEJjJeptYSzT0VF7 8OhXfZxqK7+4Byf56F8E02vrnLgtEmWxbN3aMFnKwWS4P+jn7QqG90VeTVYMekAHDwU8 wsThBk2QdaR+0iveaJPR5lRx9mhRNVH0RxXptAZ/1QafHOGDuRvVdqTaXKnf8ZKDsxOt dSBhSsek49adAXSnUwS6INtBdJpo3gzDifJKGrZf0XQOxKWK3v0YBU4YnwdHeMdaEq+s jAjMAWyDKlMk9KlJMIz6Rho9LTgyol+L4IcJy+E20ibcf4aCRzCv9cpJbKHMJ4LrqhQP oCZA== X-Gm-Message-State: AIkVDXLDlrwGvjqEqfHyXaO80w3LkENYgf3hSpyKwkIueQQPZDxDsPSv9fcRx+cOdxGBY/Ol 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-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org - s/freqnency/frequency -s/accomodating/accommodating Signed-off-by: Viresh Kumar --- include/linux/cpufreq.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 2.7.1.410.g6faf27b 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;