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

Message ID 20221103090819.9335-1-colin.i.king@gmail.com
State New
Headers
Series [next] x86/tdx: fix spelling mistake "attibute" -> "attribute" |

Commit Message

Colin Ian King Nov. 3, 2022, 9:08 a.m. UTC
  There is a spelling mistake in a kernel panic message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.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 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");
 }
 
 /*