diff mbox series

[1/3] coresight: Fix comment in main header file.

Message ID 20200616093333.31283-2-mike.leach@linaro.org (mailing list archive)
State New, archived
Headers show
Series coresight: minor fixes for CoreSight and ETMv4 | expand

Commit Message

Mike Leach June 16, 2020, 9:33 a.m. UTC
Comment for an elemnt in the coresight_device structure appears to have
been corrupted & makes no sense. Fix this before making further changes.

Signed-off-by: Mike Leach <mike.leach@linaro.org>
Reviewed-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Reviewed-by: Suzuki K Poulose <suzuki.poulose@arm.com>
---
 include/linux/coresight.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/include/linux/coresight.h b/include/linux/coresight.h
index e55499dcc010..fc320dd2cedc 100644
--- a/include/linux/coresight.h
+++ b/include/linux/coresight.h
@@ -180,7 +180,8 @@  struct coresight_sysfs_link {
  * @enable:	'true' if component is currently part of an active path.
  * @activated:	'true' only if a _sink_ has been activated.  A sink can be
  *		activated but not yet enabled.  Enabling for a _sink_
- *		appens when a source has been selected for that it.
+ *		happens when a source has been selected and a path is enabled
+ *		from source to that sink.
  * @ea:		Device attribute for sink representation under PMU directory.
  * @def_sink:	cached reference to default sink found for this device.
  * @last_sink:	Name of last sink used for this source to trace into. Set when