Skip to content

Commit d8bee41

Browse files
Perry Yuanrafaeljw
authored andcommitted
cpufreq: amd-pstate: fix white-space
Remove the white space and correct mixed-up indentation Acked-by: Viresh Kumar <[email protected]> Signed-off-by: Perry Yuan <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 4f59540 commit d8bee41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/cpufreq/amd-pstate.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ struct amd_cpudata {
120120
struct amd_aperf_mperf cur;
121121
struct amd_aperf_mperf prev;
122122

123-
u64 freq;
123+
u64 freq;
124124
bool boost_supported;
125125
};
126126

@@ -656,7 +656,7 @@ static struct cpufreq_driver amd_pstate_driver = {
656656
.resume = amd_pstate_cpu_resume,
657657
.set_boost = amd_pstate_set_boost,
658658
.name = "amd-pstate",
659-
.attr = amd_pstate_attr,
659+
.attr = amd_pstate_attr,
660660
};
661661

662662
static int __init amd_pstate_init(void)

0 commit comments

Comments
 (0)