On Tue, 13 Jan 2026 18:44:19 +0100 Christophe Leroy (CS GROUP) wrote:
> csum.c:710:50: warning: format '%lu' expects argument of type 'long unsigned
> int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
> Correct format from %lu to %u for both.
I mean.. you're going to make the warning appear on every platform
which has a ulong size_t. I think you're looking for %zu?
> Fixes: 91a7de85600d ("selftests/net: add csum offload test")
No Fixes tags on trivial code cleanups please.

