Re: [PATCH 4/9] sched/balancing: Change comment formatting to not overlap Git conflict marker lines

From: Valentin Schneider
Date: Tue Mar 05 2024 - 05:56:38 EST


On 04/03/24 10:48, Ingo Molnar wrote:
> 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@xxxxxxxxxx>
> Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
> Cc: Vincent Guittot <vincent.guittot@xxxxxxxxxx>
> Cc: Dietmar Eggemann <dietmar.eggemann@xxxxxxx>
> Cc: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
> Cc: Valentin Schneider <vschneid@xxxxxxxxxx>

Reviewed-by: Valentin Schneider <vschneid@xxxxxxxxxx>