The following commit has been merged into the x86/tdx branch of tip: Commit-ID: 8b380f9a45ca1716c69391cb01c0e27771bcec2c Gitweb: https://git.kernel.org/tip/8b380f9a45ca1716c69391cb01c0e27771bcec2c Author: Dave Hansen <dave.hansen@xxxxxxxxxxxxxxx> AuthorDate: Mon, 26 Jun 2023 11:49:04 -07:00 Committer: Dave Hansen <dave.hansen@xxxxxxxxxxxxxxx> CommitterDate: Mon, 26 Jun 2023 11:49:04 -07:00 x86/tdx: Fix up tabs vs. spaces in early init comment Fix up tabs vs. spaces problem introduced at commit time. Signed-off-by: Dave Hansen <dave.hansen@xxxxxxxxxxxxxxx> --- arch/x86/coco/tdx/tdx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/coco/tdx/tdx.c b/arch/x86/coco/tdx/tdx.c index 5b8056f..a03dff5 100644 --- a/arch/x86/coco/tdx/tdx.c +++ b/arch/x86/coco/tdx/tdx.c @@ -887,7 +887,7 @@ void __init tdx_early_init(void) * things happen on mismatch: * * - Private mapping => Shared Page == Guest shutdown - * - Shared mapping => Private Page == Recoverable #VE + * - Shared mapping => Private Page == Recoverable #VE * * guest.enc_status_change_prepare() converts the page from * shared=>private before the mapping becomes private.