提交 f390c5eb 编写于 作者: R Rafael J. Wysocki

cpuidle: menu: Fix white space

Fix some damaged white space in menu_select().
Signed-off-by: NRafael J. Wysocki <rafael.j.wysocki@intel.com>
上级 b018fc98
......@@ -418,8 +418,8 @@ static int menu_select(struct cpuidle_driver *drv, struct cpuidle_device *dev,
* tick, so try to correct that.
*/
for (i = idx - 1; i >= 0; i--) {
if (drv->states[i].disabled ||
dev->states_usage[i].disable)
if (drv->states[i].disabled ||
dev->states_usage[i].disable)
continue;
idx = i;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册