Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cpuidle: Rearrange code and comments in get_typical_interval()
This patch rearranges a if-return-elsif-goto-fi-return sequence into if-return-fi-if-return-fi-goto sequence. The functionality remains the same. Also, a lengthy comment that did not describe the functionality in the order it occurs is split into half and top half is moved closer to actual implementation it describes. Signed-off-by: Tuukka Tikkanen <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
- Loading branch information