Re: [PATCH] ARM: hisi: Fix typo in comment

2017-08-16 Thread Wei Xu
Hi Yunzhi, On 2017/8/7 10:33, Yunzhi Li wrote: > Fix the rc vs. pc typo. There is no a register named rc, I felt > confused when I read this assembler command in comment. > Thanks! Yes, it is a typo. And 0xe51ff004 is the machine code to do the jump. I will change the commit msg as below and

Re: [PATCH] ARM: hisi: Fix typo in comment

2017-08-16 Thread Wei Xu
Hi Yunzhi, On 2017/8/7 10:33, Yunzhi Li wrote: > Fix the rc vs. pc typo. There is no a register named rc, I felt > confused when I read this assembler command in comment. > Thanks! Yes, it is a typo. And 0xe51ff004 is the machine code to do the jump. I will change the commit msg as below and

[PATCH] ARM: hisi: Fix typo in comment

2017-08-07 Thread Yunzhi Li
Fix the rc vs. pc typo. There is no a register named rc, I felt confused when I read this assembler command in comment. Signed-off-by: Yunzhi Li --- arch/arm/mach-hisi/platsmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH] ARM: hisi: Fix typo in comment

2017-08-07 Thread Yunzhi Li
Fix the rc vs. pc typo. There is no a register named rc, I felt confused when I read this assembler command in comment. Signed-off-by: Yunzhi Li --- arch/arm/mach-hisi/platsmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-hisi/platsmp.c

[PATCH] ARM: hisi: Fix typo in comment

2017-08-07 Thread Yunzhi Li
Fix the rc vs. pc typo. There is no a register named rc, I felt confused when I read this assembler command in comment. Signed-off-by: Yunzhi Li --- arch/arm/mach-hisi/platsmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH] ARM: hisi: Fix typo in comment

2017-08-07 Thread Yunzhi Li
Fix the rc vs. pc typo. There is no a register named rc, I felt confused when I read this assembler command in comment. Signed-off-by: Yunzhi Li --- arch/arm/mach-hisi/platsmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-hisi/platsmp.c