diff --git a/kernel/sysctl.c b/kernel/sysctl.c index 55839c34ff85a..c4901612ecc4a 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c @@ -1277,8 +1277,8 @@ int proc_dointvec_jiffies(struct ctl_table *table, int write, int proc_dointvec_userhz_jiffies(struct ctl_table *table, int write, void *buffer, size_t *lenp, loff_t *ppos) { - return do_proc_dointvec(table,write,buffer,lenp,ppos, - do_proc_dointvec_userhz_jiffies_conv,NULL); + return do_proc_dointvec(table, write, buffer, lenp, ppos, + do_proc_dointvec_userhz_jiffies_conv, NULL); } /**