Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Mathieu Poirier and committed by
Greg Kroah-Hartman
1d27ff5a 497b5956

+1 -1
+1 -1
include/linux/coresight.h
··· 207 207 * Operations available for sources. 208 208 * @trace_id: returns the value of the component's trace ID as known 209 209 to the HW. 210 - * @enable: enables tracing from a source. 210 + * @enable: enables tracing for a source. 211 211 * @disable: disables tracing for a source. 212 212 */ 213 213 struct coresight_ops_source {