On 28.07.2025 17:25, Roger Pau Monné wrote: > On Mon, Jul 28, 2025 at 01:50:33PM +0100, Frediano Ziglio wrote: >> Fixes: fc41b5c1fdbe ("Extend the range abstraction"...) >> Signed-off-by: Frediano Ziglio <frediano.zig...@cloud.com> > > Acked-by: Roger Pau Monné <roger....@citrix.com>
Just to mention: I committed this as is with Roger's ack, but I don't think a Fixes: tag is really appropriate here (I'm certainly not intending to pick this up for backporting). Even further I question a patch changing the spelling of a single word in a comment: It not only took you time to make and send the patch, it also took people time to look at it, Roger to send an ack, me to commit it, and now CI will put extra effort into testing it in isolation via the build-each-commit job. That's way too much resource use imo to justify the extremely minor effect. Such spelling mistakes are imo best corrected when touching adjacent code anyway. Jan