From 041887fab8c8c4260ce003e9b6596d54c2c40b32 Mon Sep 17 00:00:00 2001 From: Ywenrui44091 Date: Tue, 27 Jun 2023 09:22:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=A7=84=E8=8C=83=E6=95=B4?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ywenrui44091 --- fs/proc/base.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/proc/base.c b/fs/proc/base.c index b35a358625db..a8a64b7aca62 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 -- Gitee