mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
synced 2025-04-19 20:58:31 +09:00
tick/broadcast: Add kernel-doc for function parameters
Add kernel-doc comments for two parameters to eliminate kernel-doc warnings: tick-broadcast.c:1026: warning: Function parameter or struct member 'bc' not described in 'tick_broadcast_setup_oneshot' tick-broadcast.c:1026: warning: Function parameter or struct member 'from_periodic' not described in 'tick_broadcast_setup_oneshot' Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/all/20250111063148.910887-1-rdunlap@infradead.org
This commit is contained in:
parent
da7100d3bf
commit
4903e1ba79
@ -1020,6 +1020,8 @@ static inline ktime_t tick_get_next_period(void)
|
||||
|
||||
/**
|
||||
* tick_broadcast_setup_oneshot - setup the broadcast device
|
||||
* @bc: the broadcast device
|
||||
* @from_periodic: true if called from periodic mode
|
||||
*/
|
||||
static void tick_broadcast_setup_oneshot(struct clock_event_device *bc,
|
||||
bool from_periodic)
|
||||
|
Loading…
x
Reference in New Issue
Block a user