Re: [PATCH] sched: topology: Remove unnecessary ‘0’ values from nr_levels

From: Ingo Molnar
Date: Wed Oct 18 2023 - 08:15:47 EST



* Li kunyu <kunyu@xxxxxxxxxxxx> wrote:

> nr_levels is assigned first, so it does not need to initialize the
> assignment.

In C there's no such thing as "initializing the assignment"...

Please write sensible changelogs that demonstrate an understanding of these
principles.

Thanks,

Ingo