From: Qi Liu Date: Wed, 7 Apr 2021 16:00:06 +0000 (-0600) Subject: coresight: core: Fix typo in coresight-core.c X-Git-Tag: howlett/maple/20220722_2~3338^2~30 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=023e0294e1ed6c497c405d86573be267691a09a8;p=users%2Fjedix%2Flinux-maple.git coresight: core: Fix typo in coresight-core.c Fix the following checkpatch warning: WARNING: 'compoment' may be misspelled - perhaps 'component'? Link: https://lore.kernel.org/r/1616487086-50418-1-git-send-email-liuqi115@huawei.com Signed-off-by: Qi Liu Signed-off-by: Suzuki K Poulose Link: https://lore.kernel.org/r/20210407160007.418053-4-mathieu.poirier@linaro.org Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/hwtracing/coresight/coresight-core.c b/drivers/hwtracing/coresight/coresight-core.c index 0062c89356530..b57bea1671027 100644 --- a/drivers/hwtracing/coresight/coresight-core.c +++ b/drivers/hwtracing/coresight/coresight-core.c @@ -86,7 +86,7 @@ static int coresight_id_match(struct device *dev, void *data) i_csdev->type != CORESIGHT_DEV_TYPE_SOURCE) return 0; - /* Get the source ID for both compoment */ + /* Get the source ID for both components */ trace_id = source_ops(csdev)->trace_id(csdev); i_trace_id = source_ops(i_csdev)->trace_id(i_csdev);