aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing/coresight/coresight-core.c
diff options
context:
space:
mode:
authorJason Wang <wangborong@cdjrlc.com>2021-12-11 17:02:21 +0800
committerMathieu Poirier <mathieu.poirier@linaro.org>2021-12-13 11:54:07 -0700
commitefa56eddf5d5c03a90abe708431f16c12c291837 (patch)
tree41b6fe9bfab283764cd05ea0ca94bcf69cf65d68 /drivers/hwtracing/coresight/coresight-core.c
parentDocumentation: coresight: Update coresight configuration docs (diff)
downloadlinux-dev-efa56eddf5d5c03a90abe708431f16c12c291837.tar.xz
linux-dev-efa56eddf5d5c03a90abe708431f16c12c291837.zip
coresight: core: Fix typo in a comment
The double `the' in the comment in line 732 is repeated. Remove one of them from the comment. Signed-off-by: Jason Wang <wangborong@cdjrlc.com> Link: https://lore.kernel.org/r/20211211090221.241529-1-wangborong@cdjrlc.com [Fixed capital letter in title] Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Diffstat (limited to 'drivers/hwtracing/coresight/coresight-core.c')
-rw-r--r--drivers/hwtracing/coresight/coresight-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwtracing/coresight/coresight-core.c b/drivers/hwtracing/coresight/coresight-core.c
index 8a18c71df37a..88653d1c06a4 100644
--- a/drivers/hwtracing/coresight/coresight-core.c
+++ b/drivers/hwtracing/coresight/coresight-core.c
@@ -729,7 +729,7 @@ static inline void coresight_put_ref(struct coresight_device *csdev)
* coresight_grab_device - Power up this device and any of the helper
* devices connected to it for trace operation. Since the helper devices
* don't appear on the trace path, they should be handled along with the
- * the master device.
+ * master device.
*/
static int coresight_grab_device(struct coresight_device *csdev)
{