perf bench futex: Remove bogus backslash from comment
authorDavidlohr Bueso <dave@stgolabs.net>
Mon, 9 Aug 2021 04:32:56 +0000 (21:32 -0700)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 9 Aug 2021 14:59:49 +0000 (11:59 -0300)
It obviously doesn't belong there.

Signed-off-by: Davidlohr Bueso <dbueso@suse.de>
Cc: Davidlohr Bueso <dbueso@suse.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lore.kernel.org/lkml/20210809043301.66002-3-dave@stgolabs.net
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/bench/futex.h

index 5f98653..6f8b85b 100644 (file)
@@ -31,7 +31,7 @@ struct bench_futex_parameters {
  * @val:       typically expected value of uaddr, but varies by op
  * @timeout:   typically an absolute struct timespec (except where noted
  *             otherwise). Overloaded by some ops
- * @uaddr2:    address of second futex for some ops\
+ * @uaddr2:    address of second futex for some ops
  * @val3:      varies by op
  * @opflags:   flags to be bitwise OR'd with op, such as FUTEX_PRIVATE_FLAG
  *