diff options
author | Mathieu Poirier <mathieu.poirier@linaro.org> | 2015-10-07 18:26:39 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-10-07 19:54:09 +0300 |
commit | 1d27ff5aba2d36b152542e9d62158eb6584bcbd3 (patch) | |
tree | 6bc8cc1b8beaf703cd304f4e00df56bb54d5d038 /include/linux/coresight.h | |
parent | 497b59565b25d6dd2441bc483f3811ee27a0c7b0 (diff) | |
download | linux-1d27ff5aba2d36b152542e9d62158eb6584bcbd3.tar.xz |
coresight: fixing typographical error
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>
Diffstat (limited to 'include/linux/coresight.h')
-rw-r--r-- | include/linux/coresight.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/coresight.h b/include/linux/coresight.h index c69e1b932809..a7cabfa23b55 100644 --- 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 from a source. + * @enable: enables tracing for a source. * @disable: disables tracing for a source. */ struct coresight_ops_source { |