You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
cpuidle: Fix comments in cpuidle core
Some comments in cpuidle core files contain trivial mistakes. This patch fixes them. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
committed by
Rafael J. Wysocki
parent
6587fca230
commit
caf4a36e81
@@ -147,7 +147,7 @@ static cpumask_t cpuidle_coupled_poked;
|
||||
* has returned from this function, the barrier is immediately available for
|
||||
* reuse.
|
||||
*
|
||||
* The atomic variable a must be initialized to 0 before any cpu calls
|
||||
* The atomic variable must be initialized to 0 before any cpu calls
|
||||
* this function, will be reset to 0 before any cpu returns from this function.
|
||||
*
|
||||
* Must only be called from within a coupled idle state handler
|
||||
|
||||
Reference in New Issue
Block a user