On 26.03.2025 06:50, Penny Zheng wrote: > --- a/xen/common/sysctl.c > +++ b/xen/common/sysctl.c > @@ -123,13 +123,13 @@ long do_sysctl(XEN_GUEST_HANDLE_PARAM(xen_sysctl_t) > u_sysctl) > ret = perfc_control(&op->u.perfc_op); > break; > #endif > -#endif /* CONFIG_SYSCTL */ > > #ifdef CONFIG_DEBUG_LOCK_PROFILE > case XEN_SYSCTL_lockprof_op: > ret = spinlock_profile_control(&op->u.lockprof_op); > break; > #endif > +#endif /* CONFIG_SYSCTL */ > case XEN_SYSCTL_debug_keys:
In such a situation please take the opportunity and add the blank line that was missing ahead of the subsequent case label. Jan