* [PATCH] KVM: MIPS/MMU: Fix spelling mistake
@ 2022-06-30 8:58 Zhang Jiaming
2022-06-30 12:03 ` Jim Mattson
0 siblings, 1 reply; 2+ messages in thread
From: Zhang Jiaming @ 2022-06-30 8:58 UTC (permalink / raw)
To: chenhuacai, aleksandar.qemu.devel, tsbogend
Cc: linux-mips, kvm, linux-kernel, liqiong, renyu, Zhang Jiaming
Change 'writeable' to 'writable'.
Signed-off-by: Zhang Jiaming <jiaming@nfschina.com>
---
arch/mips/kvm/mmu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/mips/kvm/mmu.c b/arch/mips/kvm/mmu.c
index 1bfd1b501d82..833e5dd97d27 100644
--- a/arch/mips/kvm/mmu.c
+++ b/arch/mips/kvm/mmu.c
@@ -541,7 +541,7 @@ static int _kvm_mips_map_page_fast(struct kvm_vcpu *vcpu, unsigned long gpa,
goto out;
}
- /* Track dirtying of writeable pages */
+ /* Track dirtying of writable pages */
set_pte(ptep, pte_mkdirty(*ptep));
pfn = pte_pfn(*ptep);
mark_page_dirty(kvm, gfn);
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] KVM: MIPS/MMU: Fix spelling mistake
2022-06-30 8:58 [PATCH] KVM: MIPS/MMU: Fix spelling mistake Zhang Jiaming
@ 2022-06-30 12:03 ` Jim Mattson
0 siblings, 0 replies; 2+ messages in thread
From: Jim Mattson @ 2022-06-30 12:03 UTC (permalink / raw)
To: Zhang Jiaming
Cc: chenhuacai, aleksandar.qemu.devel, tsbogend, linux-mips, kvm,
linux-kernel, liqiong, renyu
On Thu, Jun 30, 2022 at 1:59 AM Zhang Jiaming <jiaming@nfschina.com> wrote:
>
> Change 'writeable' to 'writable'.
>
> Signed-off-by: Zhang Jiaming <jiaming@nfschina.com>
Writeable is generally accepted as an alternative spelling of
writable. You're fighting a losing battle.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-06-30 12:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-30 8:58 [PATCH] KVM: MIPS/MMU: Fix spelling mistake Zhang Jiaming
2022-06-30 12:03 ` Jim Mattson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox