mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-16 03:11:11 -04:00
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
This commit is contained in:
committed by
Thomas Gleixner
parent
f12ef5cb4e
commit
f27fc117cf
@@ -44,7 +44,7 @@ enum hrtimer_base_type {
|
||||
HRTIMER_BASE_REALTIME_SOFT,
|
||||
HRTIMER_BASE_BOOTTIME_SOFT,
|
||||
HRTIMER_BASE_TAI_SOFT,
|
||||
HRTIMER_MAX_CLOCK_BASES,
|
||||
HRTIMER_MAX_CLOCK_BASES
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user