aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2018-11-30 11:43:07 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-12-06 15:41:56 +0100
commit8554e592bde88780bf8bcf4c7d3f8b9c51d27eb4 (patch)
tree97be270e9049b652d04e226b85e5a3efe8fdcbdc /drivers/hwtracing
parentcoresight: etm3x: Release CLAIM tag when operated from perf (diff)
downloadlinux-dev-8554e592bde88780bf8bcf4c7d3f8b9c51d27eb4.tar.xz
linux-dev-8554e592bde88780bf8bcf4c7d3f8b9c51d27eb4.zip
coresight: fix spelling mistake "deffered" -> "deferred"
There is a spelling mistake in the dev_info error message, fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/hwtracing')
-rw-r--r--drivers/hwtracing/coresight/coresight-stm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwtracing/coresight/coresight-stm.c b/drivers/hwtracing/coresight/coresight-stm.c
index 35d6f9709274..ef339ff22090 100644
--- a/drivers/hwtracing/coresight/coresight-stm.c
+++ b/drivers/hwtracing/coresight/coresight-stm.c
@@ -856,7 +856,7 @@ static int stm_probe(struct amba_device *adev, const struct amba_id *id)
if (stm_register_device(dev, &drvdata->stm, THIS_MODULE)) {
dev_info(dev,
- "stm_register_device failed, probing deffered\n");
+ "stm_register_device failed, probing deferred\n");
return -EPROBE_DEFER;
}