cpufreq: amd-pstate: fix white-space
authorPerry Yuan <Perry.Yuan@amd.com>
Sun, 14 Aug 2022 16:35:44 +0000 (00:35 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 31 Aug 2022 19:05:37 +0000 (21:05 +0200)
Remove the white space and correct mixed-up indentation

Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Perry Yuan <Perry.Yuan@amd.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/amd-pstate.c

index 2c17623..ec02929 100644 (file)
@@ -120,7 +120,7 @@ struct amd_cpudata {
        struct amd_aperf_mperf cur;
        struct amd_aperf_mperf prev;
 
-       u64 freq;
+       u64     freq;
        bool    boost_supported;
 };
 
@@ -656,7 +656,7 @@ static struct cpufreq_driver amd_pstate_driver = {
        .resume         = amd_pstate_cpu_resume,
        .set_boost      = amd_pstate_set_boost,
        .name           = "amd-pstate",
-       .attr           = amd_pstate_attr,
+       .attr           = amd_pstate_attr,
 };
 
 static int __init amd_pstate_init(void)