From: Mathieu Poirier Date: Mon, 20 Jul 2015 20:18:12 +0000 (-0600) Subject: coresight: fixing typographical error X-Git-Tag: KARO-TX6UL-2015-11-03~17^2~6 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=403309accce59cc3494aee2066b746ec802ef875;p=karo-tx-linux.git coresight: fixing typographical error Tracing gets enabled _for_ a source rather than _from_ a source. Signed-off-by: Mathieu Poirier --- 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 {