kernel: fix typo

This commit is contained in:
weishu
2023-01-18 18:57:37 +07:00
parent 830c27361e
commit 448fcc07e7

View File

@@ -123,7 +123,7 @@ out:
static void update_uid()
{
ksu_queuework(&ksu_update_uid_work);
ksu_queue_work(&ksu_update_uid_work);
}
static int renameat_handler_pre(struct kprobe *p, struct pt_regs *regs)