util/lint/spelling.txt: Disable `pres`
It would seem that `pres` is an abbreviation for `presence`. Personally, over the last ~2.5 years, I have seen checkpatch complaints about `pres` on several occasions, and all of them were abbreviations for `presence`. Given the high false positive rate for this entry, comment it out. Change-Id: I72f1811fb1f766e7de7c4957fd9ba844c0728029 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49463 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
cf2f7005f6
commit
286a0572e7
|
@ -15,6 +15,9 @@
|
|||
# Reason: AFE means `Analog Front-End`, and appears on register names.
|
||||
#afe||safe
|
||||
#
|
||||
# Reason: It is sometimes used as an abbreviation for `presence`.
|
||||
#pres||press
|
||||
#
|
||||
# Reason: On RISC-V, `SEPC` is the name of a register.
|
||||
#sepc||spec
|
||||
#
|
||||
|
@ -6766,7 +6769,6 @@ pressentation||presentation
|
|||
pressented||presented
|
||||
pressent||present
|
||||
pressre||pressure
|
||||
pres||press
|
||||
preverve||preserve
|
||||
prevews||previews
|
||||
prevew||preview
|
||||
|
|
Loading…
Reference in New Issue