projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0959046
)
perf bench futex: Remove bogus backslash from comment
author
Davidlohr Bueso
<dave@stgolabs.net>
Mon, 9 Aug 2021 04:32:56 +0000
(21:32 -0700)
committer
Arnaldo 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
patch
|
blob
|
history
diff --git
a/tools/perf/bench/futex.h
b/tools/perf/bench/futex.h
index 5f98653e6bb3160e64a318697e01efc3a8733fa1..6f8b85b67348656804805c1d1fc0a779ad24d65f 100644
(file)
--- a/
tools/perf/bench/futex.h
+++ b/
tools/perf/bench/futex.h
@@
-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
*