Re: [PATCH] tools/power x86_energy_perf_policy: fix cpuid for i686

From: Mike Frysinger
Date: Tue Feb 21 2012 - 22:41:35 EST


On Tue, Feb 21, 2012 at 22:15, Benson Leung wrote:
> --- a/tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
> +++ b/tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
>
> +void cpuid (unsigned int info, unsigned int *eax, unsigned int *ebx,
> +           unsigned int *ecx, unsigned int *edx)

static (maybe inline?), and probably want to adjust the style by
dropping the spaces before the open paren in this func
-mike
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/