aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing
diff options
context:
space:
mode:
authorJilin Yuan <yuanjilin@cdjrlc.com>2022-10-19 20:49:53 +0800
committerSuzuki K Poulose <suzuki.poulose@arm.com>2022-11-28 18:29:53 +0000
commitc767c34740132ffc478226864a7461493cdc2413 (patch)
treea051e11af4d1b6221e8844caf30a90ca3263c487 /drivers/hwtracing
parent3dc228b35387803d9c43ed1b098aabb1d3ae9c7d (diff)
downloadlinux-c767c34740132ffc478226864a7461493cdc2413.tar.gz
coresight: etm4x: fix repeated words in comments
Delete the redundant word 'the'. Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com> Signed-off-by: Suzuki K Poulose <suzuki.poulose@arm.com> Link: https://lore.kernel.org/r/20221019124953.45885-1-yuanjilin@cdjrlc.com
Diffstat (limited to 'drivers/hwtracing')
-rw-r--r--drivers/hwtracing/coresight/coresight-etm4x-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwtracing/coresight/coresight-etm4x-core.c b/drivers/hwtracing/coresight/coresight-etm4x-core.c
index 9dc0d7f57565a8..1cc052979e0163 100644
--- a/drivers/hwtracing/coresight/coresight-etm4x-core.c
+++ b/drivers/hwtracing/coresight/coresight-etm4x-core.c
@@ -1481,7 +1481,7 @@ static int etm4_set_event_filters(struct etmv4_drvdata *drvdata,
/*
* If filters::ssstatus == 1, trace acquisition was
* started but the process was yanked away before the
- * the stop address was hit. As such the start/stop
+ * stop address was hit. As such the start/stop
* logic needs to be re-started so that tracing can
* resume where it left.
*