From: George G. Davis Date: Wed, 5 Jun 2019 20:30:09 +0000 (-0400) Subject: ARM64: trivial: s/TIF_SECOMP/TIF_SECCOMP/ comment typo fix X-Git-Tag: Ubuntu-5.13.0-19.19~8388^2~1 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=2b55d83e9a8ca36ab9e108dab52902a67f573f6f;p=mirror_ubuntu-jammy-kernel.git ARM64: trivial: s/TIF_SECOMP/TIF_SECCOMP/ comment typo fix Fix a s/TIF_SECOMP/TIF_SECCOMP/ comment typo Cc: Jiri Kosina Reviewed-by: Kees Cook Signed-off-by: Will Deacon --- diff --git a/arch/arm64/include/asm/thread_info.h b/arch/arm64/include/asm/thread_info.h index eb3ef73e07cf..f1d032be628a 100644 --- a/arch/arm64/include/asm/thread_info.h +++ b/arch/arm64/include/asm/thread_info.h @@ -75,7 +75,7 @@ void arch_release_task_struct(struct task_struct *tsk); * TIF_SYSCALL_TRACE - syscall trace active * TIF_SYSCALL_TRACEPOINT - syscall tracepoint for ftrace * TIF_SYSCALL_AUDIT - syscall auditing - * TIF_SECOMP - syscall secure computing + * TIF_SECCOMP - syscall secure computing * TIF_SIGPENDING - signal pending * TIF_NEED_RESCHED - rescheduling necessary * TIF_NOTIFY_RESUME - callback before returning to user