[CPUFREQ] more CodingStyle

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

Signed-off-by: Dave Jones <davej@codemonkey.org.uk>
This commit is contained in:
Dave Jones
2008-03-05 14:28:32 -05:00
parent 4d34a67d02
commit 905d77cd95

View File

@@ -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 * show_scaling_governor - show the current policy for the specified CPU
*/ */
static ssize_t show_scaling_governor (struct cpufreq_policy * policy, static ssize_t show_scaling_governor(struct cpufreq_policy *policy, char *buf)
char *buf)
{ {
if(policy->policy == CPUFREQ_POLICY_POWERSAVE) if(policy->policy == CPUFREQ_POLICY_POWERSAVE)
return sprintf(buf, "powersave\n"); return sprintf(buf, "powersave\n");