From d99f34fc69cd08596a66cdf129da3baabc27b6ab Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Thu, 7 Jan 2021 22:15:19 +0100 Subject: [PATCH] codespell: add 'ether' to ignored words trigger a false positive with 'either' --- 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 2965ebf2d9..64d3a1359a 100644 --- a/dist/tools/codespell/ignored_words.txt +++ b/dist/tools/codespell/ignored_words.txt @@ -113,3 +113,6 @@ chang # filp (variable name for file pointer) => flip filp + +# Ether (Scapy class name and means Ethernet in some parts of the code) => Either +ether