kernel/drivers/macintosh/mac_hid.c
.. .. @@ -1,3 +1,4 @@ 1 +// SPDX-License-Identifier: GPL-2.0-only1 2 /* 2 3 * drivers/macintosh/mac_hid.c 3 4 * .. .. @@ -182,8 +183,7 @@ 182 183 } 183 184 184 185 static int mac_hid_toggle_emumouse(struct ctl_table *table, int write, 185 - void __user *buffer, size_t *lenp,186 - loff_t *ppos)186 + void *buffer, size_t *lenp, loff_t *ppos)187 187 { 188 188 int *valp = table->data; 189 189 int old_val = *valp;