Skip to content

Instantly share code, notes, and snippets.

@conor-pwbot
Created May 25, 2023 10:03
Show Gist options
  • Save conor-pwbot/bfa8471ce80760b4cc1bb432b47ef162 to your computer and use it in GitHub Desktop.
Save conor-pwbot/bfa8471ce80760b4cc1bb432b47ef162 to your computer and use it in GitHub Desktop.
CHECK: Lines should not end with a '('
CHECK: Please use a blank line after function/struct/union/enum declarations
ERROR: Macros with complex values should be enclosed in parentheses
WARNING: Missing a blank line after declarations
WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?
WARNING: externs should be avoided in .c files
WARNING: line length of 103 exceeds 100 columns
WARNING: line length of 119 exceeds 100 columns
WARNING: quoted string split across lines
Traceback (most recent call last):
File "/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/spdxcheck.py", line 6, in <module>
from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
==========
checkpatch - FAILED
Traceback (most recent call last):
File "/ci/workspace/OC_ES_linux-test_riscv-patchwork__2/nipa/trees_rv/for-next/scripts/spdxcheck.py", line 6, in <module>
from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment