|WARNING| pw159330 [PATCH v2 5/5] bpf: fix BPF validation w/ conditional jump first

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Dec 16 19:21:17 CET 2025


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/159330

_coding style issues_


WARNING:TYPO_SPELLING: 'demostrating' may be misspelled - perhaps 'demonstrating'?
#71: 
Add two tests demostrating the problem:
              ^^^^^^^^^^^^

WARNING:TYPO_SPELLING: 'succeeed' may be misspelled - perhaps 'succeed'?
#73: 
  conditional jump over the invalid operation, should not succeeed;
                                                          ^^^^^^^^

WARNING:TYPO_SPELLING: 'demostrate' may be misspelled - perhaps 'demonstrate'?
#75: 
  instruction at the start to demostrate that it is indeed invalid
                              ^^^^^^^^^^

WARNING:BAD_FIXES_TAG: Please use correct Fixes: style 'Fixes: <12+ chars of sha1> ("<title line>")' - ie: 'Fixes: 6e12ec4c4d6d ("bpf: add more checks")'
#78: 
Fixes: 6e12ec4c4d ("bpf: add more checks")

total: 0 errors, 4 warnings, 143 lines checked


More information about the test-report mailing list