summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTri Vo <trong@google.com>2019-05-28 10:14:56 -0700
committerTri Vo <trong@google.com>2019-05-28 10:15:05 -0700
commit6a7a412f22af815de94e47b3dcc5ae4ea5894efe (patch)
treee5bc546893c0ef6ae21ff5be376c7400b0a0dbb4
parent898f1e4a82abd0ea6c4b1462aa5968744f247ce7 (diff)
checkpatch_blacklist: add TYPO_SPELLING
Kernel symbols have spelling mistakes, which are picked up by ABI dumps. Silence checkpatch.pl warnings. Change-Id: I3935e8a956ab4655435a6f9151b3b7a08c4fb12f Signed-off-by: Tri Vo <trong@google.com>
-rw-r--r--static_analysis/checkpatch_blacklist1
1 files changed, 1 insertions, 0 deletions
diff --git a/static_analysis/checkpatch_blacklist b/static_analysis/checkpatch_blacklist
index b28c845..9343067 100644
--- a/static_analysis/checkpatch_blacklist
+++ b/static_analysis/checkpatch_blacklist
@@ -108,6 +108,7 @@ STORAGE_CLASS
STRING_FRAGMENTS
SUSPECT_CODE_INDENT
TRAILING_SEMICOLON
+TYPO_SPELLING
UNDOCUMENTED_DT_STRING
UNNECESSARY_BREAK
UNNECESSARY_CASTS