Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

selftests: futex: Fix 'the the' typo in comment

Replace 'the the' with 'the' in the comment.

Signed-off-by: Slark Xiao <slark_xiao@163.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20220725015903.5449-1-slark_xiao@163.com

authored by

Slark Xiao and committed by
Ingo Molnar
d171011e 9de1f9c8

+1 -1
+1 -1
tools/testing/selftests/futex/functional/futex_requeue_pi_signal_restart.c
··· 184 184 /* 185 185 * If res is non-zero, we either requeued the waiter or hit an 186 186 * error, break out and handle it. If it is zero, then the 187 - * signal may have hit before the the waiter was blocked on f1. 187 + * signal may have hit before the waiter was blocked on f1. 188 188 * Try again. 189 189 */ 190 190 if (res > 0) {