Skip to content

Commit

Permalink
cpuidle: fix indentation of cpumask
Browse files Browse the repository at this point in the history
Use tabs for cpumask indentation in struct cpuidle_driver.

[rjw: Changelog]
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
  • Loading branch information
vireshk authored and rafaeljw committed Oct 30, 2013
1 parent 80b1ce5 commit 6587fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/cpuidle.h
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ struct cpuidle_driver {
int safe_state_index;

/* the driver handles the cpus in cpumask */
struct cpumask *cpumask;
struct cpumask *cpumask;
};

#ifdef CONFIG_CPU_IDLE
Expand Down

0 comments on commit 6587fca

Please sign in to comment.