aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorPetri Savolainen <petri.savolainen@nokia.com>2021-09-15 10:16:43 +0300
committerPetri Savolainen <petri.savolainen@nokia.com>2021-09-17 11:24:29 +0300
commit727e5e591be79e04e89752bcdb7e09d65bb28a7f (patch)
treee23c25ac884253d9ca4e2a3ee7d8e0a9f1ba46f9 /scripts
parent0358e35770457a8c90f36e181c4ba1e44d958123 (diff)
checkpatch: add ODP specific typos to spelling.txt
Added ODP specific section at the end of the spelling file. A pretty common typo is to use ODP_CACHE_ALIGNED instead of ODP_ALIGNED_CACHE. When this typo is done with a nameless struct type, compiler does not catch it (but this does). Signed-off-by: Petri Savolainen <petri.savolainen@nokia.com> Reviewed-by: Matias Elo <matias.elo@nokia.com>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/spelling.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/spelling.txt b/scripts/spelling.txt
index 17fdc620d..69b5537a7 100644
--- a/scripts/spelling.txt
+++ b/scripts/spelling.txt
@@ -1607,3 +1607,8 @@ writting||writing
wtih||with
zombe||zombie
zomebie||zombie
+
+#
+# ODP additions
+#
+odp_cache_aligned||ODP_ALIGNED_CACHE