timers: Fix kernel-doc format and add Return values
authorRandy Dunlap <rdunlap@infradead.org>
Sun, 31 Mar 2024 17:26:49 +0000 (10:26 -0700)
committerIngo Molnar <mingo@kernel.org>
Mon, 1 Apr 2024 08:36:35 +0000 (10:36 +0200)
commitb87752ef5cc15b0bae04583d599e873d92dc0618
treea41140e1e7d8282dda611fe11376eabba918dcde
parent76f788ee4a7d9f826738a034f9d2ee0bc4cd291b
timers: Fix kernel-doc format and add Return values

Fix kernel-doc format and warnings:

  timer.h:26: warning: Cannot understand  * @TIMER_DEFERRABLE: A deferrable timer will work normally when the on line 26 - I thought it was a doc line
  timer.h:146: warning: No description found for return value of 'timer_pending'
  timer.h:180: warning: No description found for return value of 'del_timer_sync'
  timer.h:193: warning: No description found for return value of 'del_timer'

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20240331172652.14086-4-rdunlap@infradead.org
include/linux/timer.h