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>
        struct amd_aperf_mperf cur;
        struct amd_aperf_mperf prev;
 
-       u64 freq;
+       u64     freq;
        bool    boost_supported;
 };
 
        .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)