xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arch/x86: fix some typos in xen_pagetable_p2m_free()
@ 2020-09-27 17:28 Hui Su
  2020-09-30 14:16 ` boris.ostrovsky
  0 siblings, 1 reply; 2+ messages in thread
From: Hui Su @ 2020-09-27 17:28 UTC (permalink / raw)
  To: boris.ostrovsky, jgross, sstabellini, tglx, mingo, bp, x86, hpa,
	xen-devel, linux-kernel

arch/x86: fix some typos in xen_pagetable_p2m_free():
s/Fortunatly/Fortunately

Signed-off-by: Hui Su <sh_def@163.com>
---
 arch/x86/xen/mmu_pv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/xen/mmu_pv.c b/arch/x86/xen/mmu_pv.c
index 3273c985d3dd..fbee8f50088b 100644
--- a/arch/x86/xen/mmu_pv.c
+++ b/arch/x86/xen/mmu_pv.c
@@ -1149,7 +1149,7 @@ static void __init xen_pagetable_p2m_free(void)
 	 * We could be in __ka space.
 	 * We roundup to the PMD, which means that if anybody at this stage is
 	 * using the __ka address of xen_start_info or
-	 * xen_start_info->shared_info they are in going to crash. Fortunatly
+	 * xen_start_info->shared_info they are in going to crash. Fortunately
 	 * we have already revectored in xen_setup_kernel_pagetable.
 	 */
 	size = roundup(size, PMD_SIZE);
-- 
2.25.1




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

* Re: [PATCH] arch/x86: fix some typos in xen_pagetable_p2m_free()
  2020-09-27 17:28 [PATCH] arch/x86: fix some typos in xen_pagetable_p2m_free() Hui Su
@ 2020-09-30 14:16 ` boris.ostrovsky
  0 siblings, 0 replies; 2+ messages in thread
From: boris.ostrovsky @ 2020-09-30 14:16 UTC (permalink / raw)
  To: Hui Su, jgross, sstabellini, tglx, mingo, bp, x86, hpa,
	xen-devel, linux-kernel


On 9/27/20 1:28 PM, Hui Su wrote:
> arch/x86: fix some typos in xen_pagetable_p2m_free():
> s/Fortunatly/Fortunately
>
> Signed-off-by: Hui Su <sh_def@163.com>


Applied to for-linus-5.10 (after rewording slightly the commit message)



-boris



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

end of thread, other threads:[~2020-09-30 14:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-27 17:28 [PATCH] arch/x86: fix some typos in xen_pagetable_p2m_free() Hui Su
2020-09-30 14:16 ` boris.ostrovsky

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).