diff mbox series

[ovs-dev] checkpatch: Add additional words to extra_keywords.

Message ID 8337f2c450c1e56854aea432207f00cc5c6c7263.1712064075.git.echaudro@redhat.com
State Accepted
Commit 95f5012bbc158345bfa17a6d7e58caedbffb2e30
Delegated to: Eelco Chaudron
Headers show
Series [ovs-dev] checkpatch: Add additional words to extra_keywords. | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot-_Build_and_Test success github build: passed
ovsrobot/intel-ovs-compilation success test: success

Commit Message

Eelco Chaudron April 2, 2024, 1:21 p.m. UTC
This patch add another set of keywords based on the results
of the last thousand committed patches.

Signed-off-by: Eelco Chaudron <echaudro@redhat.com>
---
 utilities/checkpatch.py | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

Comments

Simon Horman April 2, 2024, 5:46 p.m. UTC | #1
On Tue, Apr 02, 2024 at 03:21:16PM +0200, Eelco Chaudron wrote:
> This patch add another set of keywords based on the results
> of the last thousand committed patches.
> 
> Signed-off-by: Eelco Chaudron <echaudro@redhat.com>

Acked-by: Simon Horman <horms@ovn.org>
Eelco Chaudron April 8, 2024, 10:54 a.m. UTC | #2
On 2 Apr 2024, at 19:46, Simon Horman wrote:

> On Tue, Apr 02, 2024 at 03:21:16PM +0200, Eelco Chaudron wrote:
>> This patch add another set of keywords based on the results
>> of the last thousand committed patches.
>>
>> Signed-off-by: Eelco Chaudron <echaudro@redhat.com>
>
> Acked-by: Simon Horman <horms@ovn.org>

Thanks Simon for the review, applied to the main branch.

Cheers,

Eelco
diff mbox series

Patch

diff --git a/utilities/checkpatch.py b/utilities/checkpatch.py
index e0cab6b9f..692bb88d4 100755
--- a/utilities/checkpatch.py
+++ b/utilities/checkpatch.py
@@ -97,7 +97,22 @@  def open_spell_check_dict():
                           'debian', 'travis', 'cirrus', 'appveyor', 'faq',
                           'erspan', 'const', 'hotplug', 'addresssanitizer',
                           'ovsdb', 'dpif', 'veth', 'rhel', 'jsonrpc', 'json',
-                          'syscall', 'lacp', 'ipf', 'skb', 'valgrind']
+                          'syscall', 'lacp', 'ipf', 'skb', 'valgrind',
+                          'appctl', 'arp', 'asan', 'backport', 'backtrace',
+                          'chmod', 'ci', 'cpu', 'cpus', 'dnat', 'dns', 'dpcls',
+                          'eol', 'ethtool', 'fdb', 'freebsd', 'gcc', 'github',
+                          'glibc', 'gre', 'inlined', 'ip', 'ipfix', 'ipsec',
+                          'ixgbe', 'libbpf', 'libcrypto', 'libgcc',
+                          'libopenvswitch', 'libreswan', 'libssl', 'libxdp',
+                          'lldp', 'llvm', 'lockless', 'mcast', 'megaflows',
+                          'mfex', 'ncat', 'networkmanager', 'pcap', 'pedit',
+                          'pidfile', 'pps', 'rculist', 'rebalance', 'rebased'
+                          'recirculations', 'revalidators', 'rst', 'sed',
+                          'shrinked', 'snat', 'stderr', 'stdout', 'testpmd',
+                          'tftp', 'timeval', 'trie', 'tso', 'ubsan', 'ukey',
+                          'umask', 'unassociated', 'unixctl', 'uuid'
+                          'virtqueue', 'vms', 'vnet', 'vport', 'vports',
+                          'vtep', 'wc', 'wget', 'xenserver']
 
         global spell_check_dict