Re: [PATCH v5 16/18] timer: Implement the hierarchical pull model

From: Peter Zijlstra
Date: Thu Mar 23 2023 - 05:50:13 EST


On Wed, Mar 01, 2023 at 03:17:42PM +0100, Anna-Maria Behnsen wrote:

> + group->num_childs = 0;
k
> + * To prevent inconsistent states, active childs needs to be active
> + * in new parent as well. Inactive childs are already marked
> + * inactive in parent group.
> + */

> + /* There are no childs that needs to be connected */

s/childs/children/ and s/needs/need/

The child needs ...
The children need ...