Hi Sebastian, On Fri, Jul 18, 2025 at 10:28:19AM +0000, Sebastian Brzezinka wrote: > Simplifies the control flow by replacing an empty > `if (likely(offset == 0))` block with a `continue` statement. This > improves readability and avoids unnecessary nesting. > > Signed-off-by: Sebastian Brzezinka <[email protected]>
Reviewed-by: Andi Shyti <[email protected]> Thanks, Andi
