Re: [PATCH 1/3] mm/pagewalk: use min() macro instead of manual ternary
From: Markus Elfring
Date: Tue Nov 18 2025 - 05:30:17 EST
> mm: pagewalk: use min() macro instead of manual ternary expression
How do you think about to avoid the repetition of a patch subject
in the change description?
…
> This was flagged by Coccinelle
> (misc/minmax.cocci) as an opportunity to use min().
Would an other word wrapping be a bit nicer?
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst?h=v6.18-rc6#n658
Regards,
Markus