From 9cca33859c464fbcf6cbe5edec36c74e21da4236 Mon Sep 17 00:00:00 2001 From: Colin Ian King Date: Thu, 23 Feb 2017 23:56:28 +0000 Subject: [PATCH] stress-futex: fix a broken comment Signed-off-by: Colin Ian King --- stress-futex.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stress-futex.c b/stress-futex.c index 21c24077b..ba60b0e4c 100644 --- a/stress-futex.c +++ b/stress-futex.c @@ -120,7 +120,8 @@ int stress_futex(const args_t *args) (*timeout)++; if (*timeout > threshold) { /* - * Backoff for a short while and * start again + * Backoff for a short while + * and start again */ (void)shim_usleep(250000); threshold += THRESHOLD;