Skip to content

Commit 0351dc5

Browse files
Jilin Yuanpcmoore
authored andcommitted
audit: fix repeated words in comments
Delete the redundant word 'doesn't'. Signed-off-by: Jilin Yuan <[email protected]> [PM: subject line tweak] Signed-off-by: Paul Moore <[email protected]>
1 parent 568035b commit 0351dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/auditsc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1833,7 +1833,7 @@ void __audit_free(struct task_struct *tsk)
18331833

18341834
/* We are called either by do_exit() or the fork() error handling code;
18351835
* in the former case tsk == current and in the latter tsk is a
1836-
* random task_struct that doesn't doesn't have any meaningful data we
1836+
* random task_struct that doesn't have any meaningful data we
18371837
* need to log via audit_log_exit().
18381838
*/
18391839
if (tsk == current && !context->dummy) {

0 commit comments

Comments
 (0)