From 5b279c8a3f13b3ab96d48285b8dbc8365b7ce618 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Thu, 7 Jan 2021 22:12:15 +0100 Subject: [PATCH] codespell: add filp to ignored words filp is used as a variable name and trigger a false positive with flip --- dist/tools/codespell/ignored_words.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dist/tools/codespell/ignored_words.txt b/dist/tools/codespell/ignored_words.txt index 1f36e03fac..2965ebf2d9 100644 --- a/dist/tools/codespell/ignored_words.txt +++ b/dist/tools/codespell/ignored_words.txt @@ -110,3 +110,6 @@ Chang # chang (common name) => change chang + +# filp (variable name for file pointer) => flip +filp