Message ID | 20230928-jag-sysctl_remove_empty_elem_drivers-v1-7-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/macintosh/mac_hid.c b/drivers/macintosh/mac_hid.c index d8c4d5664145..5a228c7d9aeb 100644 --- a/drivers/macintosh/mac_hid.c +++ b/drivers/macintosh/mac_hid.c @@ -235,8 +235,7 @@ static struct ctl_table mac_hid_files[] = { .maxlen = sizeof(int), .mode = 0644, .proc_handler = proc_dointvec, - }, - { } + } }; static struct ctl_table_header *mac_hid_sysctl_header;