OSDN Git Service

coresight: Fix comment in main header file
authorMike Leach <mike.leach@linaro.org>
Thu, 16 Jul 2020 17:57:40 +0000 (11:57 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 21 Jul 2020 13:48:39 +0000 (15:48 +0200)
Comment for an elemnt in the coresight_device structure appears to have
been corrupted and makes no sense. Fix this before making further changes.

Signed-off-by: Mike Leach <mike.leach@linaro.org>
Reviewed-by: Suzuki K Poulose <suzuki.poulose@arm.com>
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Link: https://lore.kernel.org/r/20200716175746.3338735-12-mathieu.poirier@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/coresight.h

index e3e9f0e..84dc695 100644 (file)
@@ -179,7 +179,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.
  * @ect_dev:   Associated cross trigger device. Not part of the trace data
  *             path or connections.