From patchwork Thu Feb 28 05:38:00 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Namhyung Kim X-Patchwork-Id: 2195501 Return-Path: X-Original-To: patchwork-linux-pm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 60D173FCF6 for ; Thu, 28 Feb 2013 05:38:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750886Ab3B1FiI (ORCPT ); Thu, 28 Feb 2013 00:38:08 -0500 Received: from LGEMRELSE7Q.lge.com ([156.147.1.151]:60138 "EHLO LGEMRELSE7Q.lge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750839Ab3B1FiI (ORCPT ); Thu, 28 Feb 2013 00:38:08 -0500 X-AuditID: 9c930197-b7c43ae0000006e1-d4-512eed3bbb89 Received: from sejong.aot.lge.com ( [10.177.220.181]) by LGEMRELSE7Q.lge.com (Symantec Brightmail Gateway) with SMTP id 60.F3.01761.C3DEE215; Thu, 28 Feb 2013 14:38:05 +0900 (KST) From: Namhyung Kim To: "Rafael J. Wysocki" Cc: LKML , cpufreq@vger.kernel.org, linux-pm@vger.kernel.org, Namhyung Kim , Viresh Kumar Subject: [PATCH -next 1/3] cpufreq: Fix a typo in comment Date: Thu, 28 Feb 2013 14:38:00 +0900 Message-Id: <1362029882-28993-1-git-send-email-namhyung@kernel.org> X-Mailer: git-send-email 1.7.11.7 X-Brightmail-Tracker: AAAAAA== Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org From: Namhyung Kim Cc: Viresh Kumar Signed-off-by: Namhyung Kim --- drivers/cpufreq/cpufreq_governor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/cpufreq/cpufreq_governor.h b/drivers/cpufreq/cpufreq_governor.h index d2ac91150600..46bde01eee62 100644 --- a/drivers/cpufreq/cpufreq_governor.h +++ b/drivers/cpufreq/cpufreq_governor.h @@ -64,7 +64,7 @@ static void *get_cpu_dbs_info_s(int cpu) \ * dbs: used as a shortform for demand based switching It helps to keep variable * names smaller, simpler * cdbs: common dbs - * on_*: On-demand governor + * od_*: On-demand governor * cs_*: Conservative governor */