Re: [PATCH] powercap: idle_inject: Fix the comment about play_idle

2020-07-09 Thread Rafael J. Wysocki
On Sun, Jun 21, 2020 at 10:04 AM Frank Lee wrote: > > From: Yangtao Li > > After commit 333cff6c963fbc ("powercap/drivers/idle_inject: Specify > idle state max latency"), we convert to use play_idle_precise() with > max allowed latency to specify the idle state. > > Some function comments still u

[PATCH] powercap: idle_inject: Fix the comment about play_idle

2020-06-21 Thread Frank Lee
From: Yangtao Li After commit 333cff6c963fbc ("powercap/drivers/idle_inject: Specify idle state max latency"), we convert to use play_idle_precise() with max allowed latency to specify the idle state. Some function comments still use play_idle(), let's update it to play_idle_precise(). Signed-o