[tip:,x86/tdx] x86/tdx: Fix up tabs vs. spaces in early init comment

Message ID 168780603570.404.15377073915465012514.tip-bot2@tip-bot2
State New
Headers
Series [tip:,x86/tdx] x86/tdx: Fix up tabs vs. spaces in early init comment |

Commit Message

tip-bot2 for Thomas Gleixner June 26, 2023, 7 p.m. UTC
  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@linux.intel.com>
AuthorDate:    Mon, 26 Jun 2023 11:49:04 -07:00
Committer:     Dave Hansen <dave.hansen@linux.intel.com>
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@linux.intel.com>
---
 arch/x86/coco/tdx/tdx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

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.