Skip to content

Commit 23431b4

Browse files
Mark LangsdorfDave Jones
authored andcommitted
[CPUFREQ][1/2] whitespace fix for powernow-k8
Trivial whitespace fix for powernow-k8. Signed-off-by: Mark Langsdorf <mark.langsdorf@amd.com> Signed-off-by: Dave Jones <davej@redhat.com>
1 parent bc5f65d commit 23431b4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

arch/x86/kernel/cpu/cpufreq/powernow-k8.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ static u32 find_freq_from_fid(u32 fid)
6666
return 800 + (fid * 100);
6767
}
6868

69-
7069
/* Return a frequency in KHz, given an input fid */
7170
static u32 find_khz_freq_from_fid(u32 fid)
7271
{
@@ -78,7 +77,6 @@ static u32 find_khz_freq_from_pstate(struct cpufreq_frequency_table *data, u32 p
7877
return data[pstate].frequency;
7978
}
8079

81-
8280
/* Return the vco fid for an input fid
8381
*
8482
* Each "low" fid has corresponding "high" fid, and you can get to "low" fids
@@ -166,7 +164,6 @@ static void fidvid_msr_init(void)
166164
wrmsr(MSR_FIDVID_CTL, lo, hi);
167165
}
168166

169-
170167
/* write the new fid value along with the other control fields to the msr */
171168
static int write_new_fid(struct powernow_k8_data *data, u32 fid)
172169
{

0 commit comments

Comments
 (0)