]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
hrtimer: Drop unnecessary pointer indirection in hrtimer_expire_entry event
authorThomas Weißschuh (Schneider Electric) <thomas.weissschuh@linutronix.de>
Wed, 11 Mar 2026 10:15:18 +0000 (11:15 +0100)
committerThomas Gleixner <tglx@kernel.org>
Thu, 12 Mar 2026 11:15:55 +0000 (12:15 +0100)
commitbd803783dfa7ddd5e1d44a6abfeee26fdc3a2db7
treee4a4142987b2484f4b82762a37ea9b5b001b9030
parentb94c076dd949426d09e5d415304acb3f951d9069
hrtimer: Drop unnecessary pointer indirection in hrtimer_expire_entry event

This pointer indirection is a remnant from when ktime_t was a struct,
today it is pointless.

Drop the pointer indirection.

Signed-off-by: Thomas Weißschuh (Schneider Electric) <thomas.weissschuh@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Link: https://patch.msgid.link/20260311-hrtimer-cleanups-v1-9-095357392669@linutronix.de
include/trace/events/timer.h
kernel/time/hrtimer.c