Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8944b5a2 authored by Michael Hennerich's avatar Michael Hennerich Committed by Mike Frysinger
Browse files

Blackfin: cpufreq: fix typos



No functional changes here.

Signed-off-by: default avatarMichael Hennerich <michael.hennerich@analog.com>
Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 1eb5efa0
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
/*
/*
 * Blackfin core clock scaling
 * Blackfin core clock scaling
 *
 *
 * Copyright 2008-2009 Analog Devices Inc.
 * Copyright 2008-2011 Analog Devices Inc.
 *
 *
 * Licensed under the GPL-2 or later.
 * Licensed under the GPL-2 or later.
 */
 */
@@ -17,7 +17,7 @@
#include <asm/dpmc.h>
#include <asm/dpmc.h>


/* this is the table of CCLK frequencies, in Hz */
/* this is the table of CCLK frequencies, in Hz */
/* .index is the entry in the auxillary dpm_state_table[] */
/* .index is the entry in the auxiliary dpm_state_table[] */
static struct cpufreq_frequency_table bfin_freq_table[] = {
static struct cpufreq_frequency_table bfin_freq_table[] = {
	{
	{
		.frequency = CPUFREQ_TABLE_END,
		.frequency = CPUFREQ_TABLE_END,
@@ -44,7 +44,7 @@ static struct bfin_dpm_state {


#if defined(CONFIG_CYCLES_CLOCKSOURCE)
#if defined(CONFIG_CYCLES_CLOCKSOURCE)
/*
/*
 * normalized to maximum frequncy offset for CYCLES,
 * normalized to maximum frequency offset for CYCLES,
 * used in time-ts cycles clock source, but could be used
 * used in time-ts cycles clock source, but could be used
 * somewhere also.
 * somewhere also.
 */
 */