diff --git a/fs/proc/base.c b/fs/proc/base.c index b35a358625db729cb62ade4d5b2429c589f2cafd..a8a64b7aca62f227f75732fe1e32578ee191d851 100644 --- a/fs/proc/base.c +++ b/fs/proc/base.c @@ -1517,7 +1517,7 @@ long proc_qos_ctrl_ioctl(struct file *file, unsigned int cmd, unsigned long arg) long proc_qos_ctrl_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) { return do_qos_ctrl_ioctl(QOS_IOCTL_ABI_ARM32, file, cmd, - (unsigned long)(compat_ptr((compat_uptr_t)arg))); + (unsigned long)(compat_ptr((compat_uptr_t)arg))); } #endif