Skip to content

Commit 8fe4736

Browse files
zhanxusheng1024-osgregkh
authored andcommitted
alarmtimer: Remove stale return description from alarm_handle_timer()
[ Upstream commit ed3b3c4 ] alarm_handle_timer() was converted from returning enum alarmtimer_restart to void, but the kernel-doc "Return:" line was not removed. Remove the stale description. Fixes: 2634303 ("alarmtimers: Remove return value from alarm functions") Signed-off-by: Zhan Xusheng <zhanxusheng@xiaomi.com> Signed-off-by: Thomas Gleixner <tglx@kernel.org> Link: https://patch.msgid.link/20260429080635.166790-1-zhanxusheng@xiaomi.com Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 224d730 commit 8fe4736

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

kernel/time/alarmtimer.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -508,8 +508,6 @@ static enum alarmtimer_type clock2alarm(clockid_t clockid)
508508
* @now: time at the timer expiration
509509
*
510510
* Posix timer callback for expired alarm timers.
511-
*
512-
* Return: whether the timer is to be restarted
513511
*/
514512
static void alarm_handle_timer(struct alarm *alarm, ktime_t now)
515513
{

0 commit comments

Comments
 (0)