Message ID | 20240604-jag-sysctl_remset-v1-2-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/lib/alloc_tag.c b/lib/alloc_tag.c index 11ed973ac359..7293cd54d1b1 100644 --- a/lib/alloc_tag.c +++ b/lib/alloc_tag.c @@ -238,7 +238,6 @@ static struct ctl_table memory_allocation_profiling_sysctls[] = { #endif .proc_handler = proc_do_static_key, }, - { } }; static int __init alloc_tag_init(void)