提交 23431b49 编写于 作者: M Mark Langsdorf 提交者: Dave Jones

[CPUFREQ][1/2] whitespace fix for powernow-k8

Trivial whitespace fix for powernow-k8.
Signed-off-by: NMark Langsdorf <mark.langsdorf@amd.com>
Signed-off-by: NDave Jones <davej@redhat.com>
上级 bc5f65d4
...@@ -66,7 +66,6 @@ static u32 find_freq_from_fid(u32 fid) ...@@ -66,7 +66,6 @@ static u32 find_freq_from_fid(u32 fid)
return 800 + (fid * 100); return 800 + (fid * 100);
} }
/* Return a frequency in KHz, given an input fid */ /* Return a frequency in KHz, given an input fid */
static u32 find_khz_freq_from_fid(u32 fid) static u32 find_khz_freq_from_fid(u32 fid)
{ {
...@@ -78,7 +77,6 @@ static u32 find_khz_freq_from_pstate(struct cpufreq_frequency_table *data, u32 p ...@@ -78,7 +77,6 @@ static u32 find_khz_freq_from_pstate(struct cpufreq_frequency_table *data, u32 p
return data[pstate].frequency; return data[pstate].frequency;
} }
/* Return the vco fid for an input fid /* Return the vco fid for an input fid
* *
* Each "low" fid has corresponding "high" fid, and you can get to "low" fids * Each "low" fid has corresponding "high" fid, and you can get to "low" fids
...@@ -166,7 +164,6 @@ static void fidvid_msr_init(void) ...@@ -166,7 +164,6 @@ static void fidvid_msr_init(void)
wrmsr(MSR_FIDVID_CTL, lo, hi); wrmsr(MSR_FIDVID_CTL, lo, hi);
} }
/* write the new fid value along with the other control fields to the msr */ /* write the new fid value along with the other control fields to the msr */
static int write_new_fid(struct powernow_k8_data *data, u32 fid) static int write_new_fid(struct powernow_k8_data *data, u32 fid)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册