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 <heruoqing@iscas.ac.cn>
This commit is contained in:
parent
d10f6dd357
commit
a8335d0b06
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue