Skip to content

Commit 554d0fe

Browse files
rddunlapKAGA-KOKO
authored andcommitted
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 <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Link: https://lore.kernel.org/all/[email protected]
1 parent f94a182 commit 554d0fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel/irq/timings.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -509,6 +509,7 @@ static inline void irq_timings_store(int irq, struct irqt_stat *irqs, u64 ts)
509509

510510
/**
511511
* irq_timings_next_event - Return when the next event is supposed to arrive
512+
* @now: current time
512513
*
513514
* During the last busy cycle, the number of interrupts is incremented
514515
* and stored in the irq_timings structure. This information is

0 commit comments

Comments
 (0)