projects
/
platform
/
kernel
/
linux-rpi3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
497b595
)
coresight: fixing typographical error
author
Mathieu Poirier
<mathieu.poirier@linaro.org>
Wed, 7 Oct 2015 15:26:39 +0000
(09:26 -0600)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 7 Oct 2015 16:54:09 +0000
(17:54 +0100)
Tracing gets enabled _for_ a source rather than _from_ a source.
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/coresight.h
patch
|
blob
|
history
diff --git
a/include/linux/coresight.h
b/include/linux/coresight.h
index
c69e1b9
..
a7cabfa
100644
(file)
--- a/
include/linux/coresight.h
+++ b/
include/linux/coresight.h
@@
-207,7
+207,7
@@
struct coresight_ops_link {
* Operations available for sources.
* @trace_id: returns the value of the component's trace ID as known
to the HW.
- * @enable: enables tracing f
rom
a source.
+ * @enable: enables tracing f
or
a source.
* @disable: disables tracing for a source.
*/
struct coresight_ops_source {