Skip to content

Commit

Permalink
ARM64: trivial: s/TIF_SECOMP/TIF_SECCOMP/ comment typo fix
Browse files Browse the repository at this point in the history
Fix a s/TIF_SECOMP/TIF_SECCOMP/ comment typo

Cc: Jiri Kosina <[email protected]>
Reviewed-by: Kees Cook <[email protected]
Signed-off-by: George G. Davis <[email protected]>
Signed-off-by: Will Deacon <[email protected]>
  • Loading branch information
George G. Davis authored and wildea01 committed Jun 6, 2019
1 parent f31e98b commit 2b55d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/include/asm/thread_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b55d83

Please sign in to comment.