projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef45e78
)
docs: dev-tools: gcov: Remove a stray single-quote
author
Jonathan Neuschäfer
<j.neuschaefer@gmx.net>
Sat, 29 Feb 2020 17:35:14 +0000
(18:35 +0100)
committer
Jonathan Corbet
<corbet@lwn.net>
Mon, 2 Mar 2020 19:51:02 +0000
(12:51 -0700)
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Link:
https://lore.kernel.org/r/20200229173515.13868-1-j.neuschaefer@gmx.net
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/dev-tools/gcov.rst
patch
|
blob
|
history
diff --git
a/Documentation/dev-tools/gcov.rst
b/Documentation/dev-tools/gcov.rst
index
46aae52
..
7bd0135
100644
(file)
--- a/
Documentation/dev-tools/gcov.rst
+++ b/
Documentation/dev-tools/gcov.rst
@@
-203,7
+203,7
@@
Cause
may not correctly copy files from sysfs.
Solution
- Use ``cat``
'
to read ``.gcda`` files and ``cp -d`` to copy links.
+ Use ``cat`` to read ``.gcda`` files and ``cp -d`` to copy links.
Alternatively use the mechanism shown in Appendix B.