Re: [PATCH] coresight: core: Fix typo in coresight-core.c

2021-03-22 Thread liuqi (BA)
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 Thanks for the patch. I will queue this. . Hi

Re: [PATCH] coresight: core: Fix typo in coresight-core.c

2021-03-22 Thread liuqi (BA)
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 Thanks

Re: [PATCH] coresight: core: Fix typo in coresight-core.c

2021-03-22 Thread Randy Dunlap
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 > > Thanks for the patch. I will queue

Re: [PATCH] coresight: core: Fix typo in coresight-core.c

2021-03-22 Thread Suzuki K Poulose
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 Thanks for the patch. I will queue this.

[PATCH] coresight: core: Fix typo in coresight-core.c

2021-03-22 Thread Qi Liu
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 --- drivers/hwtracing/coresight/coresight-core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git