Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 905d77cd authored by Dave Jones's avatar Dave Jones
Browse files

[CPUFREQ] more CodingStyle



void * p   ->  void *p
no space between function parameters
removed excess whitespace

Signed-off-by: default avatarDave Jones <davej@codemonkey.org.uk>
parent 4d34a67d
Loading
Loading
Loading
Loading
+29 −30
Original line number Diff line number Diff line
@@ -503,8 +503,7 @@ static ssize_t show_cpuinfo_cur_freq (struct cpufreq_policy * policy,
/**
 * show_scaling_governor - show the current policy for the specified CPU
 */
static ssize_t show_scaling_governor (struct cpufreq_policy * policy,
							char *buf)
static ssize_t show_scaling_governor(struct cpufreq_policy *policy, char *buf)
{
	if(policy->policy == CPUFREQ_POLICY_POWERSAVE)
		return sprintf(buf, "powersave\n");