On Mon, Aug 10, 2026 at 9:56 PM Pratyush Yadav <[email protected]> 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.
On Mon, Aug 10, 2026 at 9:56 PM Pratyush Yadav <[email protected]> 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.