]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
hrtimer: Drop spurious space in 'enum hrtimer_base_type'
authorThomas Weißschuh (Schneider Electric) <thomas.weissschuh@linutronix.de>
Wed, 11 Mar 2026 10:15:17 +0000 (11:15 +0100)
committerThomas Gleixner <tglx@kernel.org>
Thu, 12 Mar 2026 11:15:55 +0000 (12:15 +0100)
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
include/linux/hrtimer_defs.h

index 0f851b2432c36bcc2a5ac8c8e727b8f11cdada5b..e6d4dc1b61e0f5609e30bdc2f26a493d771c7540 100644 (file)
@@ -35,7 +35,7 @@ struct hrtimer_clock_base {
        ktime_t                         offset;
 } __hrtimer_clock_base_align;
 
-enum  hrtimer_base_type {
+enum hrtimer_base_type {
        HRTIMER_BASE_MONOTONIC,
        HRTIMER_BASE_REALTIME,
        HRTIMER_BASE_BOOTTIME,