mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 13:41:51 +00:00
audit: fix repeated words in comments
Delete the redundant word 'doesn't'. Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com> [PM: subject line tweak] Signed-off-by: Paul Moore <paul@paul-moore.com>
This commit is contained in:
parent
568035b01c
commit
0351dc57b9
@ -1833,7 +1833,7 @@ void __audit_free(struct task_struct *tsk)
|
||||
|
||||
/* We are called either by do_exit() or the fork() error handling code;
|
||||
* in the former case tsk == current and in the latter tsk is a
|
||||
* random task_struct that doesn't doesn't have any meaningful data we
|
||||
* random task_struct that doesn't have any meaningful data we
|
||||
* need to log via audit_log_exit().
|
||||
*/
|
||||
if (tsk == current && !context->dummy) {
|
||||
|
Loading…
Reference in New Issue
Block a user