hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/macintosh/mac_hid.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * drivers/macintosh/mac_hid.c
34 *
....@@ -182,8 +183,7 @@
182183 }
183184
184185 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)
187187 {
188188 int *valp = table->data;
189189 int old_val = *valp;