genirq/timings: Add kernel-doc for a function parameter

Add the description for @now to eliminate a kernel-doc warning.

timings.c:537: warning: Function parameter or struct member 'now' not described in 'irq_timings_next_event'

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20250111062954.910657-1-rdunlap@infradead.org
pull/1131/head
Randy Dunlap 2025-01-10 22:29:54 -08:00 committed by Thomas Gleixner
parent f94a18249b
commit 554d0fee8a
1 changed files with 1 additions and 0 deletions

View File

@ -509,6 +509,7 @@ static inline void irq_timings_store(int irq, struct irqt_stat *irqs, u64 ts)
/** /**
* irq_timings_next_event - Return when the next event is supposed to arrive * irq_timings_next_event - Return when the next event is supposed to arrive
* @now: current time
* *
* During the last busy cycle, the number of interrupts is incremented * During the last busy cycle, the number of interrupts is incremented
* and stored in the irq_timings structure. This information is * and stored in the irq_timings structure. This information is