> On Apr 2, 2024, at 6:44 PM, Stephen Hemminger <step...@networkplumber.org> 
> wrote:
> 
> On Mon, 1 Apr 2024 21:20:13 -0700
> Tyler Retzlaff <roret...@linux.microsoft.com> wrote:
> 
>> On Tue, Apr 02, 2024 at 03:03:13AM +0000, Aditya Ambadipudi wrote:
>>> Hello Stephen,
>>> 
>>> I have a copy of CLRS with me. And Deque is a very standard word in 
>>> computer science. Even CLRS which is considered one of the most 
>>> foundational books in computer science uses the word deque.  
>> 
>> i'm kind of inclined to agree with this. double ended queue is pretty
>> well known as ``deque`` perhaps most notably from stl.
>> 
>> https://en.cppreference.com/w/cpp/container/deque
> 
> The root cause of my complaint is the codespell dictionary used in the 
> patchwork tests.
> It is a bit of twisted path to fix this though. CI runs checkpatch.sh which 
> runs kernel checkpatch.pl
> which calls codespell library. Although codespell has an ignore list, there 
> is no option
> to feed that through in kernel's checkpatch.pl file.
So, not under DPDK control. May be we need to ignore the errors manually.

> 

Reply via email to