LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] scripts/spelling.txt: drop "sepc" from the misspelling list
@ 2019-05-18 21:00 Paul Walmsley
  2019-05-19  5:07 ` Joe Perches
  0 siblings, 1 reply; 6+ messages in thread
From: Paul Walmsley @ 2019-05-18 21:00 UTC (permalink / raw)
  To: linux-kernel; +Cc: Paul Walmsley, Andrew Morton

The RISC-V architecture has a register named the "Supervisor Exception
Program Counter", or "sepc".  This abbreviation triggers
checkpatch.pl's misspelling detector, resulting in noise in the
checkpatch output.  The risk that this noise could cause more useful
warnings to be missed seems to outweigh the harm of an occasional
misspelling of "spec".  Thus drop the "sepc" entry from the
misspelling list.

Signed-off-by: Paul Walmsley <paul.walmsley@sifive.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
---
 scripts/spelling.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/scripts/spelling.txt b/scripts/spelling.txt
index 86b87332b9e5..5ae83ce31902 100644
--- a/scripts/spelling.txt
+++ b/scripts/spelling.txt
@@ -1145,7 +1145,6 @@ senarios||scenarios
 sentivite||sensitive
 separatly||separately
 sepcify||specify
-sepc||spec
 seperated||separated
 seperately||separately
 seperate||separate
-- 
2.20.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-05-22  5:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-18 21:00 [PATCH] scripts/spelling.txt: drop "sepc" from the misspelling list Paul Walmsley
2019-05-19  5:07 ` Joe Perches
2019-05-19 18:24   ` Paul Walmsley
2019-05-22  0:14     ` Andrew Morton
2019-05-22  4:47       ` Paul Walmsley
2019-05-22  5:34         ` Joe Perches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).