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: Drop spurious space in 'enum hrtimer_base_type'

This spurious space makes grepping for the enum definition annoying.

Remove it.

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

authored by

Thomas Weißschuh (Schneider Electric) and committed by
Thomas Gleixner
b94c076d 194675f1

+1 -1
+1 -1
include/linux/hrtimer_defs.h
··· 35 35 ktime_t offset; 36 36 } __hrtimer_clock_base_align; 37 37 38 - enum hrtimer_base_type { 38 + enum hrtimer_base_type { 39 39 HRTIMER_BASE_MONOTONIC, 40 40 HRTIMER_BASE_REALTIME, 41 41 HRTIMER_BASE_BOOTTIME,