[tip: timers/core] hrtimer: Drop spurious space in 'enum hrtimer_base_type'

From: tip-bot2 for Thomas Weißschuh (Schneider Electric)

Date: Thu Mar 12 2026 - 07:33:15 EST


The following commit has been merged into the timers/core branch of tip:

Commit-ID: b94c076dd949426d09e5d415304acb3f951d9069
Gitweb: https://git.kernel.org/tip/b94c076dd949426d09e5d415304acb3f951d9069
Author: Thomas Weißschuh (Schneider Electric) <thomas.weissschuh@xxxxxxxxxxxxx>
AuthorDate: Wed, 11 Mar 2026 11:15:17 +01:00
Committer: Thomas Gleixner <tglx@xxxxxxxxxx>
CommitterDate: Thu, 12 Mar 2026 12:15:55 +01:00

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@xxxxxxxxxxxxx>
Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxx>
Link: https://patch.msgid.link/20260311-hrtimer-cleanups-v1-8-095357392669@xxxxxxxxxxxxx
---
include/linux/hrtimer_defs.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/hrtimer_defs.h b/include/linux/hrtimer_defs.h
index 0f851b2..e6d4dc1 100644
--- a/include/linux/hrtimer_defs.h
+++ b/include/linux/hrtimer_defs.h
@@ -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,