We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67d6212 commit 1f2cfddCopy full SHA for 1f2cfdd
kernel/printk/sysctl.c
@@ -12,7 +12,7 @@
12
static const int ten_thousand = 10000;
13
14
static int proc_dointvec_minmax_sysadmin(struct ctl_table *table, int write,
15
- void __user *buffer, size_t *lenp, loff_t *ppos)
+ void *buffer, size_t *lenp, loff_t *ppos)
16
{
17
if (write && !capable(CAP_SYS_ADMIN))
18
return -EPERM;
0 commit comments