Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

hrtimer: Remove trailing comma after HRTIMER_MAX_CLOCK_BASES

HRTIMER_MAX_CLOCK_BASES is required to stay the last value of the enum.

Drop the trailing comma so no new members are added after it by mistake.

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-11-095357392669@linutronix.de

authored by

Thomas Weißschuh (Schneider Electric) and committed by
Thomas Gleixner
f27fc117 f12ef5cb

+1 -1
+1 -1
include/linux/hrtimer_defs.h
··· 44 44 HRTIMER_BASE_REALTIME_SOFT, 45 45 HRTIMER_BASE_BOOTTIME_SOFT, 46 46 HRTIMER_BASE_TAI_SOFT, 47 - HRTIMER_MAX_CLOCK_BASES, 47 + HRTIMER_MAX_CLOCK_BASES 48 48 }; 49 49 50 50 /**