On Fri, 11 Apr 2025 19:21:41 +0200 Ilya Leoshkevich <[email protected]> wrote:
>
> - F_printk("--> %ps (%lu)", (void *)__entry->func, __entry->depth)
> + F_printk("--> %ps (%d)", (void *)__entry->func, __entry->depth)
depth should never be negative. Why did you use "%d" and not "%u" ?
-- Steve
