Message ID | 20230928-jag-sysctl_remove_empty_elem_drivers-v1-14-e59120fca9f9@samsung.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | [01/15] cdrom: Remove now superfluous sentinel element from ctl_table array | expand |
diff --git a/drivers/hv/hv_common.c b/drivers/hv/hv_common.c index ccad7bca3fd3..bc7d678030aa 100644 --- a/drivers/hv/hv_common.c +++ b/drivers/hv/hv_common.c @@ -147,8 +147,7 @@ static struct ctl_table hv_ctl_table[] = { .proc_handler = proc_dointvec_minmax, .extra1 = SYSCTL_ZERO, .extra2 = SYSCTL_ONE - }, - {} + } }; static int hv_die_panic_notify_crash(struct notifier_block *self,