From a8335d0b06469fb4d2b52757016080aeef00d84e Mon Sep 17 00:00:00 2001 From: Ruoqing He Date: Mon, 20 Oct 2025 23:17:19 +0000 Subject: [PATCH] ci: Extend typos to accept MSIS Previous RISC-V ACPI related change introduced MSIS which will be rejected by typo check, let's extend the typos to accept it. Signed-off-by: Ruoqing He --- .typos.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/.typos.toml b/.typos.toml index de411b118..b59130fe7 100644 --- a/.typos.toml +++ b/.typos.toml @@ -11,6 +11,7 @@ CLASSE = "CLASSE" Dake = "Dake" EXTINT = "EXTINT" INOUT = "INOUT" +MSIS = "MSIS" # MSIs (Message Signaled Interrupt) SME = "SME" # Secure Memory Encryption THR = "THR" # Transmitter Holding Register TRANSLATER = "TRANSLATER"