[PATCH] KVM: Fix spelling mistake

2022-06-23 Thread Zhang Jiaming
Change 'subsquent' to 'subsequent'. Change 'accross' to 'across'. Signed-off-by: Zhang Jiaming --- arch/powerpc/kvm/book3s_xive.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/powerpc/kvm/book3s_xive.c b/arch/powe

[PATCH] UAPI: fix a spelling mistake

2022-06-28 Thread Zhang Jiaming
Change 'informations' to 'information'. Signed-off-by: Zhang Jiaming --- arch/powerpc/include/uapi/asm/bootx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/include/uapi/asm/bootx.h b/arch/powerpc/include/uapi/asm/bootx.h index 6728c7

[PATCH] powerpc: platforms: 85xx: Fix spelling mistake

2022-06-29 Thread Zhang Jiaming
Change 'wont' to 'won't'. Signed-off-by: Zhang Jiaming --- arch/powerpc/platforms/85xx/sgy_cts1000.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/powerpc/platforms/85xx/sgy_cts1000.c b/arch/powerpc/platforms/85xx/sgy_cts1000.c index 9

[PATCH] powerpc/sgy_cts1000: Fix typo in comments

2022-07-01 Thread Zhang Jiaming
There is a typo ('wont') in comments. Fix it. Signed-off-by: Zhang Jiaming --- arch/powerpc/platforms/85xx/sgy_cts1000.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/powerpc/platforms/85xx/sgy_cts1000.c b/arch/powerpc/platforms/85xx/sgy_cts10