]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
ARM64: trivial: s/TIF_SECOMP/TIF_SECCOMP/ comment typo fix
authorGeorge G. Davis <george_davis@mentor.com>
Wed, 5 Jun 2019 20:30:09 +0000 (16:30 -0400)
committerWill Deacon <will.deacon@arm.com>
Thu, 6 Jun 2019 09:40:05 +0000 (10:40 +0100)
Fix a s/TIF_SECOMP/TIF_SECCOMP/ comment typo

Cc: Jiri Kosina <trivial@kernel.org>
Reviewed-by: Kees Cook <keescook@chromium.org
Signed-off-by: George G. Davis <george_davis@mentor.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/include/asm/thread_info.h

index eb3ef73e07cfa06e9e2fc40abfccdeb5c3ca5e98..f1d032be628aa0ed46a9e40604ec092954d7beb1 100644 (file)
@@ -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