From 63d5cb6c324c7523155920404ee08c0ffc2cb182 Mon Sep 17 00:00:00 2001 From: zhaoxinchao Date: Sun, 12 Sep 2021 22:26:47 -0700 Subject: [PATCH] linux/interrupt: delete blank line between two enum definitions All other enumeration structures are next to each other. Signed-off-by: zhaoxinchao --- include/linux/interrupt.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/linux/interrupt.h b/include/linux/interrupt.h index 2ed65b01c961..28d50ae0ed6b 100644 --- a/include/linux/interrupt.h +++ b/include/linux/interrupt.h @@ -522,7 +522,6 @@ enum SCHED_SOFTIRQ, HRTIMER_SOFTIRQ, RCU_SOFTIRQ, /* Preferable RCU should always be the last softirq */ - NR_SOFTIRQS }; -- 2.17.1