linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] coresight: core: Fix typo in coresight-core.c
@ 2021-03-22 13:11 Qi Liu
  2021-03-22 14:38 ` Suzuki K Poulose
  0 siblings, 1 reply; 5+ messages in thread
From: Qi Liu @ 2021-03-22 13:11 UTC (permalink / raw)
  To: mathieu.poirier, suzuki.poulose, mike.leach
  Cc: coresight, linux-kernel, linux-arm-kernel, linuxarm

Fix up one typo: compoment->component.

Fixes: 8e264c52e1da  ("coresight: core: Allow the coresight core driver to be built as a module")
Signed-off-by: Qi Liu <liuqi115@huawei.com>
---
 drivers/hwtracing/coresight/coresight-core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/hwtracing/coresight/coresight-core.c b/drivers/hwtracing/coresight/coresight-core.c
index 0062c89..bc397a7 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 component */
 	trace_id = source_ops(csdev)->trace_id(csdev);
 	i_trace_id = source_ops(i_csdev)->trace_id(i_csdev);

--
2.8.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] coresight: core: Fix typo in coresight-core.c
  2021-03-22 13:11 [PATCH] coresight: core: Fix typo in coresight-core.c Qi Liu
@ 2021-03-22 14:38 ` Suzuki K Poulose
  2021-03-22 16:55   ` Randy Dunlap
  2021-03-23  3:57   ` liuqi (BA)
  0 siblings, 2 replies; 5+ messages in thread
From: Suzuki K Poulose @ 2021-03-22 14:38 UTC (permalink / raw)
  To: Qi Liu, mathieu.poirier, mike.leach
  Cc: coresight, linux-kernel, linux-arm-kernel, linuxarm

On 22/03/2021 13:11, Qi Liu wrote:
> Fix up one typo: compoment->component.
> 
> Fixes: 8e264c52e1da  ("coresight: core: Allow the coresight core driver to be built as a module")
> Signed-off-by: Qi Liu <liuqi115@huawei.com>

Thanks for the patch. I will queue this.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] coresight: core: Fix typo in coresight-core.c
  2021-03-22 14:38 ` Suzuki K Poulose
@ 2021-03-22 16:55   ` Randy Dunlap
  2021-03-23  3:51     ` liuqi (BA)
  2021-03-23  3:57   ` liuqi (BA)
  1 sibling, 1 reply; 5+ messages in thread
From: Randy Dunlap @ 2021-03-22 16:55 UTC (permalink / raw)
  To: Suzuki K Poulose, Qi Liu, mathieu.poirier, mike.leach
  Cc: coresight, linux-kernel, linux-arm-kernel, linuxarm

On 3/22/21 7:38 AM, Suzuki K Poulose wrote:
> On 22/03/2021 13:11, Qi Liu wrote:
>> Fix up one typo: compoment->component.
>>
>> Fixes: 8e264c52e1da  ("coresight: core: Allow the coresight core driver to be built as a module")
>> Signed-off-by: Qi Liu <liuqi115@huawei.com>
> 
> Thanks for the patch. I will queue this.

should be "both components"

-- 
~Randy


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] coresight: core: Fix typo in coresight-core.c
  2021-03-22 16:55   ` Randy Dunlap
@ 2021-03-23  3:51     ` liuqi (BA)
  0 siblings, 0 replies; 5+ messages in thread
From: liuqi (BA) @ 2021-03-23  3:51 UTC (permalink / raw)
  To: Randy Dunlap, Suzuki K Poulose, mathieu.poirier, mike.leach
  Cc: coresight, linux-kernel, linux-arm-kernel, linuxarm



On 2021/3/23 0:55, Randy Dunlap wrote:
> On 3/22/21 7:38 AM, Suzuki K Poulose wrote:
>> On 22/03/2021 13:11, Qi Liu wrote:
>>> Fix up one typo: compoment->component.
>>>
>>> Fixes: 8e264c52e1da  ("coresight: core: Allow the coresight core driver to be built as a module")
>>> Signed-off-by: Qi Liu <liuqi115@huawei.com>
>>
>> Thanks for the patch. I will queue this.
> 
> should be "both components"
> 
Thanks,will fix it next version.

Qi


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] coresight: core: Fix typo in coresight-core.c
  2021-03-22 14:38 ` Suzuki K Poulose
  2021-03-22 16:55   ` Randy Dunlap
@ 2021-03-23  3:57   ` liuqi (BA)
  1 sibling, 0 replies; 5+ messages in thread
From: liuqi (BA) @ 2021-03-23  3:57 UTC (permalink / raw)
  To: Suzuki K Poulose, mathieu.poirier, mike.leach
  Cc: coresight, linux-kernel, linux-arm-kernel, linuxarm



On 2021/3/22 22:38, Suzuki K Poulose wrote:
> On 22/03/2021 13:11, Qi Liu wrote:
>> Fix up one typo: compoment->component.
>>
>> Fixes: 8e264c52e1da  ("coresight: core: Allow the coresight core 
>> driver to be built as a module")
>> Signed-off-by: Qi Liu <liuqi115@huawei.com>
> 
> Thanks for the patch. I will queue this.
> 
> .
Hi Suzuki,

Randy pointed out it should be "components" here, so I'll send a v2 with 
this fixed.
Thanks,
Qi


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-03-23  3:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-22 13:11 [PATCH] coresight: core: Fix typo in coresight-core.c Qi Liu
2021-03-22 14:38 ` Suzuki K Poulose
2021-03-22 16:55   ` Randy Dunlap
2021-03-23  3:51     ` liuqi (BA)
2021-03-23  3:57   ` liuqi (BA)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).