util/lint/spelling.txt: Disable `afe`
Uppercase `AFE` is an acronym for `Analog Front-End`. As it is a valid spelling, comment out its entry to prevent false positives. Change-Id: Ib8612d970d33d4955c572838bda217cfdb49dfe6 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39619 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
parent
dc1c30ac17
commit
1cd7d3e664
|
@ -12,6 +12,9 @@
|
|||
# Reason: Both spellings are correct.
|
||||
#acknowledgement||acknowledgment
|
||||
#
|
||||
# Reason: AFE means `Analog Front-End`, and appears on register names.
|
||||
#afe||safe
|
||||
#
|
||||
# Reason: On RISC-V, `SEPC` is the name of a register.
|
||||
#sepc||spec
|
||||
#
|
||||
|
@ -343,7 +346,6 @@ advertisment||advertisement
|
|||
adviced||advised
|
||||
afecting||affecting
|
||||
afer||after
|
||||
afe||safe
|
||||
affortable||affordable
|
||||
afforts||affords
|
||||
affort||afford
|
||||
|
|
Loading…
Reference in New Issue