Message ID | 20240604-jag-sysctl_remset-v1-1-2df7ecdba0bd@samsung.com (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | [1/8] locking: Remove superfluous sentinel element from kern_lockdep_table | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Not a local patch |
diff --git a/kernel/locking/lockdep.c b/kernel/locking/lockdep.c index 151bd3de5936..726b22ce7d0b 100644 --- a/kernel/locking/lockdep.c +++ b/kernel/locking/lockdep.c @@ -97,7 +97,6 @@ static struct ctl_table kern_lockdep_table[] = { .proc_handler = proc_dointvec, }, #endif /* CONFIG_LOCK_STAT */ - { } }; static __init int kernel_lockdep_sysctls_init(void)