sched/balancing: Change comment formatting to not overlap Git conflict marker lines
authorIngo Molnar <mingo@kernel.org>
Fri, 8 Mar 2024 10:58:57 +0000 (11:58 +0100)
committerIngo Molnar <mingo@kernel.org>
Tue, 12 Mar 2024 10:03:41 +0000 (11:03 +0100)
commitbe8858dba9a2c3aec454a6b382671101fd0dc3b7
tree53f9c07e3c155c0d562bdcb3707e7e90a1bff036
parent9ab121d65e03b4dc38f207871070eb353b396b05
sched/balancing: Change comment formatting to not overlap Git conflict marker lines

So the scheduler has two such comment blocks, with '=' used as a double underline:

        /*
         * VRUNTIME
         * ========
         *

'========' also happens to be a Git conflict marker, throwing off a simple
search in an editor for this pattern.

Change them to '-------' type of underline instead - it looks just as good.

Signed-off-by: Ingo Molnar <mingo@kernel.org>
Reviewed-by: Valentin Schneider <vschneid@redhat.com>
Reviewed-by: Vincent Guittot <vincent.guittot@linaro.org>
Link: https://lore.kernel.org/r/20240308105901.1096078-7-mingo@kernel.org
kernel/sched/fair.c