浏览代码

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>
Mathieu Poirier 9 年之前
父节点
当前提交
1d27ff5aba
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/linux/coresight.h

+ 1 - 1
include/linux/coresight.h

@@ -207,7 +207,7 @@ struct coresight_ops_link {
  * Operations available for sources.
  * Operations available for sources.
  * @trace_id:	returns the value of the component's trace ID as known
  * @trace_id:	returns the value of the component's trace ID as known
 		to the HW.
 		to the HW.
- * @enable:	enables tracing from a source.
+ * @enable:	enables tracing for a source.
  * @disable:	disables tracing for a source.
  * @disable:	disables tracing for a source.
  */
  */
 struct coresight_ops_source {
 struct coresight_ops_source {