[PATCH][next] x86/tdx: fix spelling mistake "attibute" -> "attribute"

From: Colin Ian King
Date: Thu Nov 03 2022 - 05:08:30 EST


There is a spelling mistake in a kernel panic message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@xxxxxxxxx>
---
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 b8998cf0508a..63e588718c94 100644
--- a/arch/x86/coco/tdx/tdx.c
+++ b/arch/x86/coco/tdx/tdx.c
@@ -132,7 +132,7 @@ static void tdx_parse_tdinfo(u64 *cc_mask)
*/
td_attr = out.rdx;
if (!(td_attr & ATTR_SEPT_VE_DISABLE))
- panic("TD misconfiguration: SEPT_VE_DISABLE attibute must be set.\n");
+ panic("TD misconfiguration: SEPT_VE_DISABLE attribute must be set.\n");
}

/*
--
2.37.3