[PATCH 1/2] cpustat: use accessor functions for get/set/add
Frederic Weisbecker
fweisbec at gmail.com
Fri Feb 22 08:38:37 EST 2013
Looks good, just a minor neat:
On Thu, Feb 21, 2013 at 09:56:43PM -0800, Kevin Hilman wrote:
> diff --git a/include/linux/kernel_stat.h b/include/linux/kernel_stat.h
> index 66b7078..df8ad75 100644
> --- a/include/linux/kernel_stat.h
> +++ b/include/linux/kernel_stat.h
> @@ -32,7 +32,7 @@ enum cpu_usage_stat {
> };
>
> struct kernel_cpustat {
> - u64 cpustat[NR_STATS];
> + u64 _cpustat[NR_STATS];
Why do you need the underscore?
More information about the linux-arm-kernel
mailing list