On Mon, Aug 10, 2026 at 9:56 PM Pratyush Yadav <pratyush at kernel.org> wrote: > > > Why the cast here? u64 is always printed by %llu. See > Documentation/core-api/printk-formats.rst. > Wow, the cast really is unnecessary. Thanks, I'll drop it.