From: Jilin Yuan Date: Wed, 19 Oct 2022 12:49:53 +0000 (+0800) Subject: coresight: etm4x: fix repeated words in comments X-Git-Tag: v6.6.7~3881^2~5^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c767c34740132ffc478226864a7461493cdc2413;p=platform%2Fkernel%2Flinux-starfive.git coresight: etm4x: fix repeated words in comments Delete the redundant word 'the'. Signed-off-by: Jilin Yuan Signed-off-by: Suzuki K Poulose Link: https://lore.kernel.org/r/20221019124953.45885-1-yuanjilin@cdjrlc.com --- diff --git a/drivers/hwtracing/coresight/coresight-etm4x-core.c b/drivers/hwtracing/coresight/coresight-etm4x-core.c index 9dc0d7f..1cc0529 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. *