public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] genirq/timings: add kernel-doc for a function param
@ 2025-01-11  6:29 Randy Dunlap
  2025-01-15  9:59 ` Thomas Gleixner
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Randy Dunlap @ 2025-01-11  6:29 UTC (permalink / raw)
  To: linux-kernel; +Cc: Randy Dunlap, Thomas Gleixner

Add the description for @now to eliminate a kernel-doc warning.
(Is this function used? I don't see it being called.)

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>
Cc: Thomas Gleixner <tglx@linutronix.de>
---
 kernel/irq/timings.c |    1 +
 1 file changed, 1 insertion(+)

--- linux-next-20250108.orig/kernel/irq/timings.c
+++ linux-next-20250108/kernel/irq/timings.c
@@ -509,6 +509,7 @@ static inline void irq_timings_store(int
 
 /**
  * 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
  * and stored in the irq_timings structure. This information is

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-01-15 20:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-11  6:29 [PATCH] genirq/timings: add kernel-doc for a function param Randy Dunlap
2025-01-15  9:59 ` Thomas Gleixner
2025-01-15 12:09   ` Daniel Lezcano
2025-01-15 16:06     ` Thomas Gleixner
2025-01-15 19:03 ` [tip: irq/core] genirq/timings: Add kernel-doc for a function parameter tip-bot2 for Randy Dunlap
2025-01-15 20:47 ` tip-bot2 for Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox