Skip to content

Commit 8ad11e9

Browse files
committed
checkpatch: set max line length to 80
Similar to what is done in Netdev. Link: linux-netdev/nipa#41 Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
1 parent 484852a commit 8ad11e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ get_commit_md() {
646646
CHECKPATCH_DETAILS="./checkpatch-details.txt"
647647
_checkpatch() {
648648
./scripts/checkpatch.pl \
649-
--strict \
649+
--strict --max-line-length=80 \
650650
--codespell --codespellfile /usr/lib/python3/dist-packages/codespell_lib/data/dictionary.txt \
651651
-g HEAD 2>&1 | tee "${TMPFILE}" >&2
652652

0 commit comments

Comments
 (0)