[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen staging] xen/arm: p2m: Fix typo in the comment on top of P2M_ROOT_LEVEL
commit 057a2956212a29377c0f2f6d38e5bec787fb78e4 Author: Julien Grall <julien.grall@xxxxxxx> AuthorDate: Sun Sep 29 17:35:10 2019 +0100 Commit: Julien Grall <julien.grall@xxxxxxx> CommitDate: Tue Oct 1 10:51:00 2019 +0100 xen/arm: p2m: Fix typo in the comment on top of P2M_ROOT_LEVEL Signed-off-by: Julien Grall <julien.grall@xxxxxxx> Release-acked-by: Juergen Gross <jgross@xxxxxxxx> Acked-by: Stefano Stabellini <sstabellini@xxxxxxxxxx> --- xen/arch/arm/p2m.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/arch/arm/p2m.c b/xen/arch/arm/p2m.c index 5ff6ce15f6..4a429dc1be 100644 --- a/xen/arch/arm/p2m.c +++ b/xen/arch/arm/p2m.c @@ -25,7 +25,7 @@ static unsigned int __read_mostly max_vmid = MAX_VMID_8_BIT; /* VMID is by default 8 bit width on AArch64 */ #define MAX_VMID max_vmid #else -/* First level P2M is alway 2 consecutive pages */ +/* First level P2M is always 2 consecutive pages */ #define P2M_ROOT_LEVEL 1 #define P2M_ROOT_ORDER 1 /* VMID is always 8 bit width on AArch32 */ -- generated by git-patchbot for /home/xen/git/xen.git#staging _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |