From 28a8c224cd99fcac4d9f35ec313791cb90becd08 Mon Sep 17 00:00:00 2001 From: shangwx Date: Mon, 14 Jul 2025 09:46:11 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=97=A5=E5=BF=97=E6=89=93?= =?UTF-8?q?=E5=8D=B0=E9=94=99=E8=AF=AF=20=E4=BF=AE=E5=A4=8D=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E6=89=93=E5=8D=B0=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: shangwx --- qos_auth/auth_ctl/auth_ctrl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qos_auth/auth_ctl/auth_ctrl.c b/qos_auth/auth_ctl/auth_ctrl.c index aae7a2c..04728c0 100644 --- a/qos_auth/auth_ctl/auth_ctrl.c +++ b/qos_auth/auth_ctl/auth_ctrl.c @@ -540,7 +540,7 @@ bool check_authorized(unsigned int func_id, unsigned int type) if (!auth) { if (uid != SUPER_UID) { mutex_unlock(&ua_idr_mutex); - pr_err("[AUTH_CTRL] no auth data for this pid = %d\n, tgid"); + pr_err("[AUTH_CTRL] no auth data for this pid = %d\n", tgid); return authorized; } else if (init_super_authority(tgid)) { mutex_unlock(&ua_idr_mutex); -- Gitee